X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/9542feb75e0699f61b74935446dfed3991e45fa6..6586e74f616c41f0b1f793abaccf3516052ea63e:/buildtools/Cmake/PrintArgs.cmake diff --git a/buildtools/Cmake/PrintArgs.cmake b/buildtools/Cmake/PrintArgs.cmake index 613d96a4a8..9e7c532922 100644 --- a/buildtools/Cmake/PrintArgs.cmake +++ b/buildtools/Cmake/PrintArgs.cmake @@ -89,7 +89,9 @@ message(" CPPFlags: ${CMAKE_CXX_FLAGS}") message("") if(NOT APPLE AND NOT WIN32) message(" Compile Gtnets : ${HAVE_GTNETS}") +message(" Compile NS-3 : ${HAVE_NS3}") message(" Gtnets path : ${gtnets_path}") +message(" NS-3 path : ${ns3_path}") endif(NOT APPLE AND NOT WIN32) message(" Compile Lua : ${HAVE_LUA}") message(" Compile Smpi : ${enable_smpi}")