From: Martin Quinson Date: Wed, 24 Feb 2016 13:54:30 +0000 (+0100) Subject: [cmake] hide debug message X-Git-Tag: v3_13~689^2 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/2e4ecba44c084819a4f16bd827545ed169b2d3be [cmake] hide debug message --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 3afdd2f362..cabb55c2b6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1048,7 +1048,6 @@ include(${CMAKE_HOME_DIRECTORY}/tools/cmake/CTestConfig.cmake) foreach(cmakefile ${CMAKEFILES_TXT}) string(REPLACE "/CMakeLists.txt" "" repository ${cmakefile}) add_subdirectory("${CMAKE_HOME_DIRECTORY}/${repository}") - message(STATUS "${CMAKE_HOME_DIRECTORY}/${repository}") endforeach() ### Setup the distrib