From 4e4cb9cc4c8d7f3df7d096729172e6f501bf2e55 Mon Sep 17 00:00:00 2001 From: rbock Date: Fri, 22 Apr 2016 08:49:55 +0200 Subject: [PATCH] Minor cmake fix At least I hope it's a fix --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 58ab3755..1a5924e4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -47,7 +47,7 @@ target_include_directories(sqlpp11 INTERFACE $ ) -if (NOT MSVC) +if (NOT DEFINED MSVC) target_compile_features(sqlpp11 INTERFACE cxx_alias_templates cxx_auto_type