From: Augustin Degomme Date: Sun, 22 Nov 2020 13:09:34 +0000 (+0100) Subject: we use this variable later on X-Git-Tag: v3.26~150 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/f963a5f841d6f5c409d4d8f7570d641619b52ebf?hp=3a987e0a881dc1a0bb5a6203814f7960a5f4b07e we use this variable later on --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 06992c338e..4e05c8d5a9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -150,6 +150,7 @@ else() if(NOT Python3_FOUND) message(FATAL_ERROR "Please install Python (version 3 or higher) to compile SimGrid.") endif() + set(PYTHON_EXECUTABLE ${Python3_EXECUTABLE}) endif() SET(LIBRARY_OUTPUT_PATH ${CMAKE_BINARY_DIR}/lib)