mirror of
https://github.com/rbock/sqlpp11.git
synced 2026-02-18 04:08:47 -06:00
Minor cmake fix
At least I hope it's a fix
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user