diff --git a/CMakeLists.txt b/CMakeLists.txt index 2df0528c..41ebfd3e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -115,7 +115,7 @@ set(API_HEADERS ${CMAKE_CURRENT_BINARY_DIR}/config/stack_config.h ) -if(MSVC) +if(MSVC AND MSVC_VERSION LESS 1800) include_directories( ${CMAKE_CURRENT_LIST_DIR}/src/vs )