X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/772752c551d4a98997eca9ec0991a7987c95cd36..b953989b8912a37ebf4b2dc526681bcef0562c5a:/CMakeLists.txt diff --git a/CMakeLists.txt b/CMakeLists.txt index 66878ed333..d1dc8d679a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -238,7 +238,7 @@ if(enable_ns3) include(FindNS3) if (SIMGRID_HAVE_NS3) if (NS3_VERSION VERSION_LESS "3.28") - message(FATAL_ERROR "SimGrid needs at least ns-3.28. Please ugrade or disable that cmake option") + message(FATAL_ERROR "SimGrid needs at least ns-3.28. Please upgrade or disable that cmake option.") endif() set(SIMGRID_HAVE_NS3 1) foreach(lib core csma point-to-point internet network applications wifi)