Index: CMakeLists.txt =================================================================== --- CMakeLists.txt (revision 51985) +++ CMakeLists.txt (arbetskopia) @@ -498,11 +498,11 @@ if(WITH_PYTHON) # No way to set py32. remove for now. - # find_package(PythonLibs) + find_package(PythonLibs) # Use our own instead, since wothout py is such a rare case, # require this package - find_package(PythonLibsUnix REQUIRED) + # find_package(PythonLibsUnix REQUIRED) endif()