We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f6bb17 commit f3dc0d7Copy full SHA for f3dc0d7
cmake/CompilerWarnings.cmake
@@ -112,5 +112,6 @@ function(set_compiler_warnings target)
112
message(AUTHOR_WARNING "No compiler warnings set for CXX compiler: '${CMAKE_CXX_COMPILER_ID}'")
113
endif()
114
115
+ message(STATUS "Detected CXX Compiler ID: ${CMAKE_CXX_COMPILER_ID}")
116
target_compile_options(${target} PRIVATE ${PROJECT_WARNINGS})
117
endfunction()
0 commit comments