Skip to content

Commit f3dc0d7

Browse files
committed
test
1 parent 5f6bb17 commit f3dc0d7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmake/CompilerWarnings.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,5 +112,6 @@ function(set_compiler_warnings target)
112112
message(AUTHOR_WARNING "No compiler warnings set for CXX compiler: '${CMAKE_CXX_COMPILER_ID}'")
113113
endif()
114114

115+
message(STATUS "Detected CXX Compiler ID: ${CMAKE_CXX_COMPILER_ID}")
115116
target_compile_options(${target} PRIVATE ${PROJECT_WARNINGS})
116117
endfunction()

0 commit comments

Comments
 (0)