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:
parent
c3a0ca64e5
commit
4e4cb9cc4c
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user