Skip to content
Snippets Groups Projects
Commit 0ea772ee authored by Florent Lamiraux's avatar Florent Lamiraux Committed by Florent Lamiraux florent@laas.fr
Browse files

[CMakeLists.txt] Add find_package(PythonInterp)

  before find_package(PythonLibs REQUIRED). This enables cmake to detect the
  correct default version of python.
parent a464e26d
Branches qt4
No related tags found
1 merge request!6[CMakeLists.txt] Add find_package(PythonInterp)
......@@ -55,6 +55,7 @@ endif()
#-----------------------------------------------------------------------------
# Python libraries
find_package(PythonInterp)
find_package(PythonLibs REQUIRED)
include_directories(system "${PYTHON_INCLUDE_DIR}")
add_definitions(
......
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