X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/377ac7d3e14671c3feb8074eeb6db36f9667bac5..ab36e52cc954b2f03e681b0646a6518591aa43d8:/buildtools/Cmake/MakeExe.cmake?ds=sidebyside diff --git a/buildtools/Cmake/MakeExe.cmake b/buildtools/Cmake/MakeExe.cmake index da26f94bba..3974506b6f 100644 --- a/buildtools/Cmake/MakeExe.cmake +++ b/buildtools/Cmake/MakeExe.cmake @@ -65,9 +65,7 @@ if(HAVE_MC) add_subdirectory(${CMAKE_HOME_DIRECTORY}/examples/msg/mc) endif(HAVE_MC) -if(HAVE_GTNETS) - add_subdirectory(${CMAKE_HOME_DIRECTORY}/examples/msg/gtnets) -endif(HAVE_GTNETS) +add_subdirectory(${CMAKE_HOME_DIRECTORY}/examples/msg/gtnets) if(HAVE_NS3) add_subdirectory(${CMAKE_HOME_DIRECTORY}/examples/msg/ns3)