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>
)
if (NOT MSVC)
if (NOT DEFINED MSVC)
target_compile_features(sqlpp11 INTERFACE
cxx_alias_templates
cxx_auto_type