mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-29 12:32:52 +00:00
Disable iconv in libarchive
This commit is contained in:
parent
d92d8c36ee
commit
2065f9952a
1
third_party/CMakeLists.txt
vendored
1
third_party/CMakeLists.txt
vendored
@ -141,6 +141,7 @@ 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")
|
||||
set(ENABLE_ICONV OFF CACHE BOOL "Enable iconv support")
|
||||
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