|
@@ -25,6 +25,10 @@ find_package(OPENGL REQUIRED)
|
|
|
# SET(PYTHON_LIBRARIES "D:/Python34/libs/python34.lib")
|
|
|
# SET(PYTHON_INCLUDE_DIR "D:/Python34/include")
|
|
|
|
|
|
+# Force a specific python version
|
|
|
+# SET(PYTHON_LIBRARIES "/usr/local/Cellar/python3/3.5.0/Frameworks/Python.framework/Versions/3.5/lib/libpython3.5m.dylib")
|
|
|
+# SET(PYTHON_INCLUDE_DIR "/usr/local/Cellar/python3/3.5.0/Frameworks/Python.framework/Versions/3.5/include/python3.5m")
|
|
|
+
|
|
|
set(Python_ADDITIONAL_VERSIONS 3.4.3 3.5 3.6)
|
|
|
find_package(PythonLibs REQUIRED)
|
|
|
find_package(PythonInterp REQUIRED)
|