From: Martin Quinson Date: Fri, 2 Sep 2016 12:06:33 +0000 (+0200) Subject: grmbl. Stupid me. X-Git-Tag: v3_14~436 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/7ce5981f02ffcc9d33b0d6277573dff385e2e3c0 grmbl. Stupid me. --- 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()