aboutsummaryrefslogtreecommitdiff
path: root/cmake/GlobalConfig.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/GlobalConfig.cmake')
-rw-r--r--cmake/GlobalConfig.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/GlobalConfig.cmake b/cmake/GlobalConfig.cmake
index af579488e6..191cd9d8aa 100644
--- a/cmake/GlobalConfig.cmake
+++ b/cmake/GlobalConfig.cmake
@@ -328,7 +328,7 @@ if(HEAP_PROFILING OR LEAK_CHECKING)
add_definitions("-DARMNN_LEAK_CHECKING_ENABLED=1")
endif()
else()
- message("Heap profiling and leak checking are disabled for referencetests")
+ message(STATUS "Heap profiling and leak checking are disabled for referencetests")
endif()
else()
# Valgrind only works with gperftools version number <= 2.4