Skip to content
Snippets Groups Projects
Commit 7116c02e authored by Andrea del Prete's avatar Andrea del Prete
Browse files

Update CMakeLists to avoid breaking compatibility with python 2

parent 2e2f117a
No related branches found
No related tags found
No related merge requests found
......@@ -65,7 +65,7 @@ IF(NOT CLIENT_ONLY)
SET(BOOST_COMPONENTS system thread regex)
SEARCH_FOR_BOOST ()
FINDPYTHON(3 REQUIRED)
FINDPYTHON()
SET(CMAKE_INCLUDE_CURRENT_DIR ON)
IF(USE_QT4)
......
......@@ -20,9 +20,6 @@ SET(IDL_SOURCES
graphical-interface
)
# search for python
FINDPYTHON(2.7 EXACT REQUIRED)
OMNIIDL_INCLUDE_DIRECTORIES(${CMAKE_SOURCE_DIR}/idl)
INCLUDE_DIRECTORIES(${CMAKE_BINARY_DIR}/src)
......
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