Skip to content
Snippets Groups Projects
Commit 40a7b89f authored by Guilhem Saurel's avatar Guilhem Saurel Committed by jcarpent
Browse files

[CMake] Allow any python version

parent 4a555b7d
No related branches found
No related tags found
No related merge requests found
......@@ -127,7 +127,7 @@ SET(BOOST_OPTIONAL_COMPONENTS "")
IF(BUILD_PYTHON_INTERFACE)
SET(BOOST_OPTIONAL_COMPONENTS ${BOOST_OPTIONAL_COMPONENTS} python)
FINDPYTHON(2.7 EXACT REQUIRED)
FINDPYTHON()
INCLUDE_DIRECTORIES(SYSTEM ${PYTHON_INCLUDE_DIRS})
ENDIF(BUILD_PYTHON_INTERFACE)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment