From 01249a69d0dc6dafa9edd83c423ef7e768e70cd1 Mon Sep 17 00:00:00 2001 From: Maru Date: Fri, 16 Mar 2018 19:28:31 -0300 Subject: [PATCH] No need for messages --- src/servers/Scripts/CMakeLists.txt | 4 ---- src/servers/sapphire_lobby/CMakeLists.txt | 1 - src/servers/sapphire_zone/CMakeLists.txt | 1 - 3 files changed, 6 deletions(-) diff --git a/src/servers/Scripts/CMakeLists.txt b/src/servers/Scripts/CMakeLists.txt index ac343662..d09622cb 100644 --- a/src/servers/Scripts/CMakeLists.txt +++ b/src/servers/Scripts/CMakeLists.txt @@ -13,10 +13,6 @@ set(RUNTIME_OUTPUT_DIRECTORY "${SCRIPT_LIB_DIR}") file(GLOB children "${CMAKE_CURRENT_SOURCE_DIR}/*" ) -if(Cotire_ENABLED) - message( "Cotire enabled for scripts" ) -endif() - foreach(_scriptDir ${children}) get_filename_component(_name "${_scriptDir}" NAME_WE) if(IS_DIRECTORY ${_scriptDir} AND NOT ${_name} MATCHES "CMakeFiles") diff --git a/src/servers/sapphire_lobby/CMakeLists.txt b/src/servers/sapphire_lobby/CMakeLists.txt index 554d6489..b2171acd 100644 --- a/src/servers/sapphire_lobby/CMakeLists.txt +++ b/src/servers/sapphire_lobby/CMakeLists.txt @@ -29,6 +29,5 @@ endif() target_link_libraries(sapphire_lobby ${Boost_LIBRARIES} ${Boost_LIBRARIES}) if(Cotire_ENABLED) - message( "Cotire enabled for sapphire_lobby" ) cotire( sapphire_lobby ) endif() diff --git a/src/servers/sapphire_zone/CMakeLists.txt b/src/servers/sapphire_zone/CMakeLists.txt index ae2e0661..56eb9075 100644 --- a/src/servers/sapphire_zone/CMakeLists.txt +++ b/src/servers/sapphire_zone/CMakeLists.txt @@ -68,6 +68,5 @@ target_include_directories( sapphire_zone PUBLIC "${CMAKE_CURRENT_SOURCE_DIR}" ) target_include_directories( sapphire_zone PUBLIC "${CMAKE_CURRENT_SOURCE_DIR}/Script" ) target_include_directories( sapphire_zone PUBLIC "${CMAKE_CURRENT_SOURCE_DIR}/../../libraries/external" ) if (UNIX AND Cotire_ENABLED) - message( "Cotire enabled for sapphire_zone" ) cotire( sapphire_zone ) endif()