From: Martin Quinson Date: Wed, 24 Feb 2016 13:54:30 +0000 (+0100) Subject: [cmake] hide debug message X-Git-Tag: v3_13~692 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/a81042302529a074ad772ad14d7e4e51bc04a3fd [cmake] hide debug message --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 801a1c0a91..51bd4bbdd2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1045,7 +1045,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