0
0
mirror of https://github.com/rbock/sqlpp11.git synced 2024-11-15 20:31:16 +08:00

Minor cmake fix

At least I hope it's a fix
This commit is contained in:
rbock 2016-04-22 08:49:55 +02:00
parent c3a0ca64e5
commit 4e4cb9cc4c

View File

@ -47,7 +47,7 @@ target_include_directories(sqlpp11 INTERFACE
$<INSTALL_INTERFACE:include> $<INSTALL_INTERFACE:include>
) )
if (NOT MSVC) if (NOT DEFINED MSVC)
target_compile_features(sqlpp11 INTERFACE target_compile_features(sqlpp11 INTERFACE
cxx_alias_templates cxx_alias_templates
cxx_auto_type cxx_auto_type