From 26cc05e6d2db62bdc83b786939a03aa076ee219f Mon Sep 17 00:00:00 2001 From: Christian Kern Date: Fri, 19 Jun 2015 12:50:53 +0200 Subject: [PATCH] DUSE_AUTOMATIC_INITIALIZATION message is printed for tasks_cpp and mtapit_cpp. Remove for tasks_cpp. --- tasks_cpp/CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/tasks_cpp/CMakeLists.txt b/tasks_cpp/CMakeLists.txt index 31effbf..397be86 100644 --- a/tasks_cpp/CMakeLists.txt +++ b/tasks_cpp/CMakeLists.txt @@ -5,13 +5,10 @@ file(GLOB_RECURSE EMBB_TASKS_CPP_HEADERS "include/*.h") file(GLOB_RECURSE EMBB_TASKS_CPP_TEST_SOURCES "test/*.cc" "test/*.h") if (USE_AUTOMATIC_INITIALIZATION STREQUAL ON) - message("-- Automatic initialization enabled (default)") set(TASKS_CPP_AUTOMATIC_INITIALIZE 1) else() set(TASKS_CPP_AUTOMATIC_INITIALIZE 0) - message("-- Automatic initialization disabled") endif() -message(" (set with command line option -DUSE_AUTOMATIC_INITIALIZATION=ON/OFF)") configure_file("include/embb/tasks/internal/cmake_config.h.in" "include/embb/tasks/internal/cmake_config.h") -- libgit2 0.26.0