summaryrefslogtreecommitdiff
path: root/src/bindings
diff options
context:
space:
mode:
authorMathias Preiner <mathias.preiner@gmail.com>2018-09-22 02:02:01 -0700
committerMathias Preiner <mathias.preiner@gmail.com>2018-09-22 16:30:59 -0700
commitf16ee492e0a4cff5b83649f72a54af49054a2b37 (patch)
tree862b25ef6dc76510e479b8aced9f6096e1f6411f /src/bindings
parenteada65a37e18bea23e3cbf584f47f72859cc69f9 (diff)
cmake: Add python3 option.
Diffstat (limited to 'src/bindings')
-rw-r--r--src/bindings/python/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bindings/python/CMakeLists.txt b/src/bindings/python/CMakeLists.txt
index 44d64fb29..d03924680 100644
--- a/src/bindings/python/CMakeLists.txt
+++ b/src/bindings/python/CMakeLists.txt
@@ -1,6 +1,6 @@
# Make sure that interpreter and libraries have a compatible version.
# Note: We use the Python interpreter to determine the install path for Python
-# modules. If the interpreter and library have different version, the module
+# modules. If the interpreter and library have different versions, the module
# will be installed for the wrong Python version. Hence, we require the library
# version to match the Python interpreter's version.
find_package(PythonLibs
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback