mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-16 20:21:41 -06:00
Test -Werror instead of enabling it per compiler.
Maybe the Intel compiler supports it too.
This commit is contained in:
@@ -46,7 +46,9 @@ macro(_do_build Include Library LibrarySource Source)
|
||||
|
||||
"add_compiler_export_flags()\n"
|
||||
|
||||
"if(CMAKE_COMPILER_IS_GNUCXX OR (${CMAKE_CXX_COMPILER_ID} MATCHES Clang))\n"
|
||||
"check_cxx_compiler_flag(-Werror HAS_WERROR_FLAG)\n"
|
||||
|
||||
"if(HAS_WERROR_FLAG)\n"
|
||||
" add_definitions(-Werror)\n"
|
||||
"else()\n"
|
||||
" if(MSVC AND COMPILER_HAS_DEPRECATED)\n"
|
||||
|
||||
Reference in New Issue
Block a user