Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
tesh: display the run command ASAP, not after its timeout
[simgrid.git] / CMakeLists.txt
index 47a5670..80e106c 100644 (file)
@@ -124,7 +124,7 @@ if(NOT PERL_FOUND)
   message(FATAL_ERROR "Please install Perl to compile SimGrid.")
 endif()
 
-# tesh.py needs python 3 (or the module python-subprocess32 on python2.8+)
+# tesh.py needs python 3
 find_package(Python3 COMPONENTS Interpreter)
 if(NOT Python3_Interpreter_FOUND)
   message(FATAL_ERROR "Please install Python (version 3 or higher) to compile SimGrid.")