Fix compilation of libcurl from a Visual Studio solution

This commit is contained in:
David Capello 2014-12-02 01:42:11 -03:00
parent ce4021ba35
commit 7c9303e91d

View File

@ -33,6 +33,7 @@ if(NOT USE_SHARED_GTEST)
endif() endif()
if(ENABLE_UPDATER AND NOT USE_SHARED_CURL) if(ENABLE_UPDATER AND NOT USE_SHARED_CURL)
set(BUILD_RELEASE_DEBUG_DIRS 1)
add_subdirectory(curl) add_subdirectory(curl)
endif() endif()