Skip to content

Commit

Permalink
+ fixes #1322
Browse files Browse the repository at this point in the history
  • Loading branch information
wwmayer committed Jul 30, 2015
1 parent 059bbdc commit 8da4f1d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Expand Up @@ -552,6 +552,7 @@ if(${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
endif(${CMAKE_SYSTEM_NAME} MATCHES "Darwin")

find_package(PythonInterp REQUIRED)
set(Python_ADDITIONAL_VERSIONS ${PYTHON_VERSION_MAJOR}.${PYTHON_VERSION_MINOR})
IF (NOT DEFINED PYTHON_VERSION_STRING)
find_package(PythonLibs REQUIRED)
ELSE (NOT DEFINED PYTHON_VERSION_STRING)
Expand Down

0 comments on commit 8da4f1d

Please sign in to comment.