Skip to content

Commit

Permalink
add PythonLibs for finding Python/numpy
Browse files Browse the repository at this point in the history
  • Loading branch information
hobu committed Mar 20, 2014
1 parent 95dcce1 commit f0aa526
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmake/modules/FindNumPy.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ endif (NUMPY_INCLUDE_DIR)

# To set the variables PYTHON_EXECUTABLE
FIND_PACKAGE(PythonInterp REQUIRED)
FIND_PACKAGE(PythonLibs REQUIRED)

# Look for the include path
# WARNING: The variable PYTHON_EXECUTABLE is defined by the script FindPythonInterp.cmake
Expand Down

0 comments on commit f0aa526

Please sign in to comment.