mirror of
https://github.com/aseprite/aseprite.git
synced 2024-12-25 15:18:23 +00:00
Fix linking with libcurl from a Visual Studio solution (again, fix #606)
This commit is contained in:
parent
58d302749c
commit
2c408e4c98
2
third_party/CMakeLists.txt
vendored
2
third_party/CMakeLists.txt
vendored
@ -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()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user