Commit 17a2c75d authored by Davis King's avatar Davis King

Set this because CMake search for python is wacked on ubuntu and won't look for…

Set this because CMake search for python is wacked on ubuntu and won't look for new python otherwise.
parent cf66f6b1
......@@ -68,6 +68,7 @@ if (PYTHON3)
if (NOT Boost_FOUND)
FIND_PACKAGE(Boost 1.41.0 COMPONENTS python)
endif()
set(Python_ADDITIONAL_VERSIONS 3.5)
FIND_PACKAGE(PythonLibs 3.4 REQUIRED)
else()
FIND_PACKAGE(Boost 1.41.0 COMPONENTS python)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment