From 9a54213582245d5738015963afd85e1944b1b451 Mon Sep 17 00:00:00 2001 From: Daniel Chappuis Date: Tue, 8 Jul 2014 23:48:18 +0200 Subject: [PATCH] Remove message from CMakeLists.txt --- CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3a9eecf0..2b2db33c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -12,8 +12,6 @@ ENDIF (NOT CMAKE_BUILD_TYPE) # Where to build the library SET(LIBRARY_OUTPUT_PATH "lib") -MESSAGE("Build type is : " ${CMAKE_BUILD_TYPE}) - # Where to build the executables SET(OUR_EXECUTABLE_OUTPUT_PATH "${PROJECT_BINARY_DIR}/bin")