Fix typo and tests failing as a result.

This commit is contained in:
Stephen Kelly 2011-08-10 14:58:00 +02:00
parent 44430379b7
commit 002ddf253c
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ macro(_do_build Include Library LibrarySource Source)
"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"
"else()\n"
" if(MSVC)\n"