Fix linking with libcurl from a Visual Studio solution (again, fix #606)

This commit is contained in:
David Capello 2015-03-10 13:50:12 -03:00
parent 58d302749c
commit 2c408e4c98

View File

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