Skip to content
Snippets Groups Projects
Commit 8931f876 authored by Pospelov, Gennady's avatar Pospelov, Gennady
Browse files

CMake: additional output in SearchInstalledSoftware

parent 9bfa5b42
No related branches found
No related tags found
No related merge requests found
......@@ -103,7 +103,7 @@ if(BORNAGAIN_PYTHON OR BORNAGAIN_GUI)
endif()
if(NOT ${PYTHON_VERSION_STRING} STREQUAL ${PYTHONLIBS_VERSION_STRING})
message(SEND_ERROR "Python interpreter version ${PYTHON_VERSION_STRING} doesn't match ${PYTHONLIBS_VERSION_STRING}")
message(WARNING "Seems that Python interpreter version ${PYTHON_VERSION_STRING} doesn't match version of Python library ${PYTHONLIBS_VERSION_STRING}")
endif()
if(NOT WIN32)
......
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