Skip to content
Snippets Groups Projects
Commit eb6fd4cd authored by Pospelov, Gennady's avatar Pospelov, Gennady
Browse files

juelich: Fix in python search

parent 5a75ab6f
No related branches found
No related tags found
No related merge requests found
......@@ -58,8 +58,8 @@ find_package(GSL REQUIRED)
# --- Python ---
if(BORNAGAIN_PYTHON OR BORNAGAIN_GUI)
find_package(PythonInterp REQUIRED)
find_package(PythonLibsNew REQUIRED)
find_package(PythonInterp 2.6 REQUIRED)
find_package(PythonLibsNew 2.6 REQUIRED)
# important to find interpreter and libraries from same python version
#set(PythonLibs_FIND_VERSION ${PYTHON_VERSION_MAJOR}.${PYTHON_VERSION_MINOR})
......
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