mirror of
https://github.com/rbock/sqlpp11.git
synced 2026-01-08 14:10:51 -06:00
Merge pull request #45 from jhunold/gcc_flags
Do not set gcc/clang options when using msvc
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user