summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosJuice <josjuice@gmail.com>2026-05-21 18:28:10 +0200
committerGitHub <noreply@github.com>2026-05-21 18:28:10 +0200
commit57f1dc97e0e94024f3f931ec03dfd4a18811e670 (patch)
tree33491cb327885358506c039de8c659fe698931eb
parent7b69949cec7afcd1691a9a046d26d5c4a99ce4fc (diff)
parente8da93d52f3b8bae970ed5effffcd271b55f886d (diff)
Merge pull request #14655 from tom-pratt/gradle-sync-windows-fix
Fix android gradle sync error on windows
-rw-r--r--Externals/minizip-ng/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Externals/minizip-ng/CMakeLists.txt b/Externals/minizip-ng/CMakeLists.txt
index 9e7d41cbbf..8ad7f98259 100644
--- a/Externals/minizip-ng/CMakeLists.txt
+++ b/Externals/minizip-ng/CMakeLists.txt
@@ -27,7 +27,7 @@ if(ZLIB_TYPE STREQUAL Bundled)
set(CMAKE_DISABLE_FIND_PACKAGE_ZLIB TRUE)
set(ZLIB_FOUND TRUE)
set(ZLIB_LIBRARIES ZLIB::ZLIB)
- get_target_property(ZLIB_INCLUDE_DIRS ${ZLIB_LIBRARIES} INTERFACE_INCLUDE_DIRECTORIES)
+ set(ZLIB_INCLUDE_DIRS "$<TARGET_PROPERTY:ZLIB::ZLIB,INTERFACE_INCLUDE_DIRECTORIES>")
endif()
if(ZSTD_TYPE STREQUAL Bundled)
set(CMAKE_DISABLE_FIND_PACKAGE_ZSTD TRUE)