diff --git a/CMakeLists.txt b/CMakeLists.txt index c25d53c4cf5c827dde8a65578344a215dc387792..1d4e033dc65f0f56ca8fc79c46690aedc90b606a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -517,9 +517,9 @@ endif() if(VERBOSE_MODE) message("\n====================== End of configuration process ======================") message("\n Summary: ") - message(STATUS " Python libraries : ${PYTHON_LIBRARIES}") - message(STATUS " Python include : ${PYTHON_INCLUDE_DIRS}") - message(STATUS " Python version : ${PYTHON_VERSION_STRING}") + message(STATUS " Python libraries : ${Python_LIBRARY_DIRS}") + message(STATUS " Python include : ${Python_INCLUDE_DIRS}") + message(STATUS " Python version : ${Python_VERSION}") message(STATUS " Python executable : ${PYTHON_EXECUTABLE}") message(STATUS " Install mode is `${HYSOP_INSTALL}` and ${PACKAGE_NAME} will be installed in : ${HYSOP_PYTHON_INSTALL_DIR}") message(STATUS " ${PACKAGE_NAME} will be built in ${HYSOP_BUILD_PYTHONPATH}")