X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/9fe2a7df62531ced16e2cafb6cf8ba231384def2..5960f4118ff88d4f39043e486fb56f73d64b15ef:/buildtools/Cmake/PrintArgs.cmake diff --git a/buildtools/Cmake/PrintArgs.cmake b/buildtools/Cmake/PrintArgs.cmake index 84485c985e..87df30f9f9 100644 --- a/buildtools/Cmake/PrintArgs.cmake +++ b/buildtools/Cmake/PrintArgs.cmake @@ -109,9 +109,9 @@ else() message(" Compile Gtnets ..............: NO (path: ${gtnets_path})") endif() if (HAVE_NS3) - message(" Compile NS-3 ................: yes (path: ${ns3_path})") + message(" Compile NS-3 ................: yes (path: ${NS3_PATH})") else() - message(" Compile NS-3 ................: NO (path: ${ns3_path})") + message(" Compile NS-3 ................: NO (hint: ${NS3_HINT})") endif() message(" Compile Java ................: ${HAVE_Java}")