Skip to content

Commit

Permalink
print out conda python libraries listing
Browse files Browse the repository at this point in the history
  • Loading branch information
hobu committed Oct 23, 2018
1 parent ac2a8e0 commit 390b31d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmake/python.cmake
Expand Up @@ -5,6 +5,7 @@ find_package(PythonInterp QUIET)
find_package(PythonLibs QUIET 2.4)
set_package_properties(PythonInterp PROPERTIES TYPE REQUIRED)
if(PYTHONLIBS_FOUND)
message("Python libraries: ${PYTHON_LIBRARY}")
set(CMAKE_REQUIRED_LIBRARIES "${PYTHON_LIBRARY}")
include_directories(SYSTEM ${PYTHON_INCLUDE_DIR})
add_definitions(-DHAVE_PYTHON=1)
Expand Down

0 comments on commit 390b31d

Please sign in to comment.