We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cc30a4 commit 3654242Copy full SHA for 3654242
CMakeLists.txt
@@ -190,11 +190,10 @@ if(NOT DEACTIVATE_ZLIB)
190
message(STATUS "Using ZLIB-NG external sources for ZLIB support.")
191
include(FetchContent)
192
FetchContent_Declare(z-ng
193
- GIT_REPOSITORY https://github.com/zlib-ng/zlib-ng
194
- GIT_TAG 2.1.3
195
- SOURCE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/internal-complibs/zlib-ng
196
- SUBBUILD_DIR internal-complibs/zlib-ng/subbuild
197
- BINARY_DIR internal-complibs/zlib-ng/build
+ GIT_REPOSITORY https://github.com/zlib-ng/zlib-ng
+ GIT_TAG 2.1.3
+ SOURCE_DIR ${PROJECT_BINARY_DIR}/blosc2-internal-complibs/zlib-ng
+ BUILD_IN_SOURCE 0
198
)
199
set(CMAKE_POSITION_INDEPENDENT_CODE ON)
200
option(BUILD_SHARED_LIBS "" OFF)
0 commit comments