From 1146cb0ef65f29e10c367ece81937a13b7e5ddba Mon Sep 17 00:00:00 2001 From: Joan Sola <jsola@iri.upc.edu> Date: Fri, 4 Feb 2022 16:41:03 +0100 Subject: [PATCH] message status in cmake --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5c994422a..e73cf293f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ #Start WOLF build -MESSAGE("Starting WOLF CMakeLists ...") +MESSAGE(STATUS "Starting WOLF CMakeLists ...") # Pre-requisites about cmake itself CMAKE_MINIMUM_REQUIRED(VERSION 2.8) @@ -63,7 +63,7 @@ ENDIF(NOT BUILD_DOC) IF(PROFILING) add_definitions(-DPROFILING) - message("Compiling with profiling options...") + message(STATUS "Compiling with profiling options...") ENDIF(PROFILING) if(BUILD_TESTS) -- GitLab