mirror of
https://github.com/aseprite/aseprite.git
synced 2024-12-29 00:23:48 +00:00
Disable libarchive tests and coverage
This commit is contained in:
parent
a9e688989f
commit
70109e06f7
2
third_party/CMakeLists.txt
vendored
2
third_party/CMakeLists.txt
vendored
@ -113,6 +113,8 @@ set(TAOCPP_JSON_BUILD_TESTS OFF CACHE BOOL "Build test programs")
|
|||||||
add_subdirectory(json)
|
add_subdirectory(json)
|
||||||
|
|
||||||
# libarchive
|
# libarchive
|
||||||
|
set(ENABLE_TEST OFF CACHE BOOL "Enable unit and regression tests")
|
||||||
|
set(ENABLE_COVERAGE OFF CACHE BOOL "Enable code coverage (GCC only, automatically sets ENABLE_TEST to ON)")
|
||||||
add_subdirectory(libarchive)
|
add_subdirectory(libarchive)
|
||||||
target_include_directories(archive_static INTERFACE
|
target_include_directories(archive_static INTERFACE
|
||||||
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/libarchive/libarchive>)
|
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/libarchive/libarchive>)
|
||||||
|
Loading…
Reference in New Issue
Block a user