Skip to content

Commit

Permalink
[cmake] Fixed zlib-support in hdf5 local build.
Browse files Browse the repository at this point in the history
  • Loading branch information
bilke committed Sep 26, 2024
1 parent 5e5472d commit f3ccbf6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/cmake/DependenciesExternalProject.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,7 @@ if(NOT ZLIB_FOUND)
set(ZLIB_LIBRARIES
${build_dir_ZLIB}/${CMAKE_INSTALL_LIBDIR}/zlibstatic${_zlib_debug_postfix}${CMAKE_STATIC_LIBRARY_SUFFIX}
)
set(ZLIB_INCLUDE_DIRS ${build_dir_ZLIB})
endif()
set(_EXT_LIBS ${_EXT_LIBS} ZLIB CACHE INTERNAL "")
endif()
Expand Down

0 comments on commit f3ccbf6

Please sign in to comment.