diff --git a/cmake/compilers.cmake b/cmake/compilers.cmake index f86a298d5e7a..ee58153bf5fd 100644 --- a/cmake/compilers.cmake +++ b/cmake/compilers.cmake @@ -29,6 +29,7 @@ function(CHECK_COMPILERS) endfunction() function(ADJUST_COMPILER_WARNINGS) + message(STATUS "Adjusting compiler warnings") if(CMAKE_CXX_COMPILER_ID STREQUAL "Clang") target_compile_options( compiler_warnings