Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove GTNetS. It was not working anyway
[simgrid.git] / buildtools / Cmake / PrintArgs.cmake
index ceb82c6..ebbdf1a 100644 (file)
@@ -104,11 +104,6 @@ message("        CXXFlags ....................: ${CMAKE_CXX_FLAGS}")
 message("        LDFlags .....................: ${CMAKE_C_LINK_FLAGS}")
 message("")
 
-if (HAVE_GTNETS)
-  message("        Compile Gtnets ..............: yes (path: ${gtnets_path})")
-else()
-  message("        Compile Gtnets ..............: NO  (path: ${gtnets_path})")
-endif()
 if (HAVE_NS3)
   message("        Compile NS-3 ................: yes (path: ${NS3_PATH})")
 else()