Merge pull request #45 from jhunold/gcc_flags

Do not set gcc/clang options when using msvc
This commit is contained in:
Roland Bock
2015-06-01 21:08:04 +02:00

View File

@@ -24,7 +24,10 @@
add_library(sqlpp11_testing INTERFACE)
target_include_directories(sqlpp11_testing INTERFACE ${CMAKE_CURRENT_SOURCE_DIR})
if (NOT MSVC)
target_compile_options(sqlpp11_testing INTERFACE -Wall -Wextra -pedantic)
endif ()
set(test_names
BooleanExpression