mirror of
https://github.com/aseprite/aseprite.git
synced 2025-02-06 12:39:57 +00:00
Disable Curl tests in compilation
This avoid creating a lot of testNNN projects inside the Visual Studio solution generated by cmake.
This commit is contained in:
parent
0a45319e06
commit
11883a51ff
1
third_party/CMakeLists.txt
vendored
1
third_party/CMakeLists.txt
vendored
@ -61,6 +61,7 @@ endif()
|
|||||||
if(REQUIRE_CURL AND NOT USE_SHARED_CURL)
|
if(REQUIRE_CURL AND NOT USE_SHARED_CURL)
|
||||||
set(BUILD_RELEASE_DEBUG_DIRS ON BOOL)
|
set(BUILD_RELEASE_DEBUG_DIRS ON BOOL)
|
||||||
set(BUILD_CURL_EXE OFF CACHE BOOL "Set to ON to build curl executable.")
|
set(BUILD_CURL_EXE OFF CACHE BOOL "Set to ON to build curl executable.")
|
||||||
|
set(CURL_DISABLE_TESTS ON CACHE BOOL "Disable Curl tests")
|
||||||
|
|
||||||
add_subdirectory(curl)
|
add_subdirectory(curl)
|
||||||
endif()
|
endif()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user