Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Replace usleep for nanosleep
[simgrid.git] / buildtools / Cmake / PrintArgs.cmake
index 1e06c85..8518ffe 100644 (file)
@@ -54,7 +54,7 @@ if(enable_print_message)
 
   message("")
   message("HAVE_GETTIMEOFDAY ...........: ${HAVE_GETTIMEOFDAY}")
-  message("HAVE_USLEEP .................: ${HAVE_USLEEP}")
+  message("HAVE_NANOSLEEP ..............: ${HAVE_NANOSLEEP}")
   message("HAVE_GETDTABLESIZE ..........: ${HAVE_GETDTABLESIZE}")
   message("HAVE_SYSCONF ................: ${HAVE_SYSCONF}")
   message("HAVE_READV ..................: ${HAVE_READV}")