From c77bbe3009d3798e77fa989f5abcd59a772057b6 Mon Sep 17 00:00:00 2001 From: Michael Zillgith Date: Tue, 29 Jan 2019 18:15:21 +0100 Subject: [PATCH] - fixed bug in cmake file --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 41ebfd3e..c35e8f21 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -119,7 +119,7 @@ if(MSVC AND MSVC_VERSION LESS 1800) include_directories( ${CMAKE_CURRENT_LIST_DIR}/src/vs ) -endif(MSVC) +endif(MSVC AND MSVC_VERSION LESS 1800) if(EXISTS ${CMAKE_CURRENT_LIST_DIR}/third_party/mbedtls/mbedtls-2.6.0) set(WITH_MBEDTLS 1)