Skip to content
Snippets Groups Projects
Commit 32051efc authored by EXT Jean-Matthieu Etancelin's avatar EXT Jean-Matthieu Etancelin
Browse files

Fix cmake output with new FindPython

parent 50b86e3f
No related branches found
No related tags found
2 merge requests!24Resolve "Add python3.x support",!15WIP: Resolve "HySoP with tasks"
...@@ -517,9 +517,9 @@ endif() ...@@ -517,9 +517,9 @@ endif()
if(VERBOSE_MODE) if(VERBOSE_MODE)
message("\n====================== End of configuration process ======================") message("\n====================== End of configuration process ======================")
message("\n Summary: ") message("\n Summary: ")
message(STATUS " Python libraries : ${PYTHON_LIBRARIES}") message(STATUS " Python libraries : ${Python_LIBRARY_DIRS}")
message(STATUS " Python include : ${PYTHON_INCLUDE_DIRS}") message(STATUS " Python include : ${Python_INCLUDE_DIRS}")
message(STATUS " Python version : ${PYTHON_VERSION_STRING}") message(STATUS " Python version : ${Python_VERSION}")
message(STATUS " Python executable : ${PYTHON_EXECUTABLE}") 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 " 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}") message(STATUS " ${PACKAGE_NAME} will be built in ${HYSOP_BUILD_PYTHONPATH}")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment