X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/e0aae7e0cacdc12815feccc83efb7a7f072836cb..58e17fd069d9d576c05bec8c3283f129324c3f93:/CMakeLists.txt diff --git a/CMakeLists.txt b/CMakeLists.txt index 7b75241087..0c9da4ada3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -145,7 +145,7 @@ set(PythonInterp_FIND_VERSION 3) set(PythonInterp_FIND_VERSION_COUNT 1) set(PythonInterp_FIND_VERSION_MAJOR 3) include(FindPythonInterp) -if(NOT PYTHON_FOUND) +if(NOT PYTHONINTERP_FOUND) message(FATAL_ERROR "Please install Python (version 3 or higher).") endif()