We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2652f4c commit d013961Copy full SHA for d013961
cmake_modules/IcebergThirdpartyToolchain.cmake
@@ -288,6 +288,9 @@ function(resolve_zlib_dependency)
288
if(ZLIB_FOUND)
289
list(APPEND ICEBERG_SYSTEM_DEPENDENCIES ZLIB)
290
message(STATUS "ZLIB_FOUND ZLIB_LIBRARIES: ${ZLIB_LIBRARIES} ZLIB_INCLUDE_DIR: ${ZLIB_INCLUDE_DIR}")
291
+ set(ICEBERG_SYSTEM_DEPENDENCIES
292
+ ${ICEBERG_SYSTEM_DEPENDENCIES}
293
+ PARENT_SCOPE)
294
endif()
295
296
endfunction()
0 commit comments