Skip to content
Snippets Groups Projects
Commit 1146cb0e authored by Joan Solà Ortega's avatar Joan Solà Ortega
Browse files

message status in cmake

parent f8481670
No related branches found
No related tags found
1 merge request!440New tag
Pipeline #8789 passed
#Start WOLF build #Start WOLF build
MESSAGE("Starting WOLF CMakeLists ...") MESSAGE(STATUS "Starting WOLF CMakeLists ...")
# Pre-requisites about cmake itself # Pre-requisites about cmake itself
CMAKE_MINIMUM_REQUIRED(VERSION 2.8) CMAKE_MINIMUM_REQUIRED(VERSION 2.8)
...@@ -63,7 +63,7 @@ ENDIF(NOT BUILD_DOC) ...@@ -63,7 +63,7 @@ ENDIF(NOT BUILD_DOC)
IF(PROFILING) IF(PROFILING)
add_definitions(-DPROFILING) add_definitions(-DPROFILING)
message("Compiling with profiling options...") message(STATUS "Compiling with profiling options...")
ENDIF(PROFILING) ENDIF(PROFILING)
if(BUILD_TESTS) if(BUILD_TESTS)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment