From 7c9303e91dddac70da3c6430f504ec65f573a64d Mon Sep 17 00:00:00 2001 From: David Capello Date: Tue, 2 Dec 2014 01:42:11 -0300 Subject: [PATCH] Fix compilation of libcurl from a Visual Studio solution --- third_party/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/third_party/CMakeLists.txt b/third_party/CMakeLists.txt index 979779683..91cc52daa 100644 --- a/third_party/CMakeLists.txt +++ b/third_party/CMakeLists.txt @@ -33,6 +33,7 @@ if(NOT USE_SHARED_GTEST) endif() if(ENABLE_UPDATER AND NOT USE_SHARED_CURL) + set(BUILD_RELEASE_DEBUG_DIRS 1) add_subdirectory(curl) endif()