mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-17 04:31:04 -06:00
Fix typo and tests failing as a result.
This commit is contained in:
@@ -44,7 +44,7 @@ macro(_do_build Include Library LibrarySource Source)
|
|||||||
|
|
||||||
"add_compiler_export_flags()\n"
|
"add_compiler_export_flags()\n"
|
||||||
|
|
||||||
"if(CMAKE_COMPILER_IS_GNUCXXOR OR (${CMAKE_CXX_COMPILER_ID} MATCHES Clang))\n"
|
"if(CMAKE_COMPILER_IS_GNUCXX OR (${CMAKE_CXX_COMPILER_ID} MATCHES Clang))\n"
|
||||||
" add_definitions(-Werror)\n"
|
" add_definitions(-Werror)\n"
|
||||||
"else()\n"
|
"else()\n"
|
||||||
" if(MSVC)\n"
|
" if(MSVC)\n"
|
||||||
|
|||||||
Reference in New Issue
Block a user