Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ IF(PYTHONLIBS_FOUND OR BUNDLED_PYTHON_DIR)
ENDIF()
message(STATUS "Python ${PYTHONLIBS_VERSION_STRING}")
message(STATUS "PYTHON_INCLUDE_DIRS: ${PYTHON_INCLUDE_DIRS}")
message(STATUS "PYTHON_LIRARIES: ${PYTHON_LIBRARIES}")
message(STATUS "PYTHON_LIBRARIES: ${PYTHON_LIBRARIES}")

IF(NOT PYTHONLIBS_VERSION_STRING)
MESSAGE(FATAL_ERROR "Couldn't detect Python's version")
Expand Down