mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-29 21:33:12 +00:00
Don't use system libb2 by default in libarchive (fix #3257)
This commit is contained in:
parent
65ef6f8e96
commit
ae7f340f7e
1
third_party/CMakeLists.txt
vendored
1
third_party/CMakeLists.txt
vendored
@ -132,6 +132,7 @@ set(ENABLE_LIBXML2 OFF CACHE BOOL "Enable the use of the system libxml2 library
|
||||
set(ENABLE_CAT OFF CACHE BOOL "Enable cat building")
|
||||
set(ENABLE_TAR OFF CACHE BOOL "Enable tar building")
|
||||
set(ENABLE_CPIO OFF CACHE BOOL "Enable cpio building")
|
||||
set(ENABLE_LIBB2 OFF CACHE BOOL "Enable the use of the system LIBB2 library if found")
|
||||
add_subdirectory(libarchive)
|
||||
target_include_directories(archive_static INTERFACE
|
||||
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/libarchive/libarchive>)
|
||||
|
Loading…
x
Reference in New Issue
Block a user