mirror of
https://github.com/GerbilSoft/rom-properties.git
synced 2025-06-18 11:35:38 -04:00
[extlib] CMakeLists.txt: minigzip_cmd -> minigzip_cli; minizip_cmd -> minizip_cli
Without this renaming, these binaries are built automatically, even
though we don't need them most of the time.
With this renaming, they'll only be built if the user explicitly
specifies that they should be built.
This regressed when updating from minizip-ng v4.0.6 to v4.0.7 in
commit 3c90ea3d26
.
This commit is contained in:
parent
4d18f34566
commit
6ff4efda18
5
extlib/CMakeLists.txt
vendored
5
extlib/CMakeLists.txt
vendored
@ -202,9 +202,8 @@ SET(MZ_CODE_COVERAGE OFF)
|
||||
SET(MZ_FILE32_API OFF)
|
||||
ADD_SUBDIRECTORY(minizip-ng)
|
||||
SET_EXTLIB_PROPERTIES(minizip)
|
||||
SET_EXTLIB_PROPERTIES(minigzip_cmd)
|
||||
SET_EXTLIB_PROPERTIES(minizip_cmd)
|
||||
SET_EXTLIB_PROPERTIES(test_cmd)
|
||||
SET_EXTLIB_PROPERTIES(minigzip_cli)
|
||||
SET_EXTLIB_PROPERTIES(minizip_cli)
|
||||
TARGET_COMPILE_DEFINITIONS(minizip PUBLIC -DMZ_COMPAT_VERSION=120)
|
||||
UNSET(USE_COMPAT)
|
||||
UNSET(COMPRESS_ONLY)
|
||||
|
Loading…
Reference in New Issue
Block a user