Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
typo
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Fri, 26 Feb 2021 09:46:34 +0000 (10:46 +0100)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Fri, 26 Feb 2021 09:46:48 +0000 (10:46 +0100)
CMakeLists.txt

index 66878ed..d1dc8d6 100644 (file)
@@ -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)