aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--common.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.cmake b/common.cmake
index 2e4b674..d47c80a 100644
--- a/common.cmake
+++ b/common.cmake
@@ -111,7 +111,7 @@ function(_cc_best_practices target)
get_target_property(target_type "${target}" TYPE)
get_target_property(aliased "${target}" ALIASED_TARGET)
if(NOT target_type STREQUAL "INTERFACE_LIBRARY" AND NOT aliased)
- message(STATUS "common.cmake: ${target}: Settings common compiler options")
+ message(STATUS "common.cmake: ${target}: Setting common compiler options")
if(is_msvc)
_cc_best_practices_msvc("${target}")
elseif(is_gcc OR is_clang)