File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,8 +20,8 @@ include_guard()
2020include (cmake/utils.cmake )
2121
2222FetchContent_DeclareGitHubWithMirror (jsoncons
23- danielaparker/jsoncons v1.4.3
24- MD5=62dad69488c5618f56283ef14d6c1e16
23+ danielaparker/jsoncons v1.5.0
24+ MD5=34fabe18f29c4e5c514eaefb5bb50d09
2525)
2626
2727FetchContent_MakeAvailableWithArgs (jsoncons
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ if(zlib_SOURCE_DIR)
2222
2323 add_library (zlib_with_headers INTERFACE ) # rocksdb use it
2424 target_include_directories (zlib_with_headers INTERFACE $<BUILD_INTERFACE :${zlib_SOURCE_DIR} > $<BUILD_INTERFACE :${zlib_BINARY_DIR} >)
25- target_link_libraries (zlib_with_headers INTERFACE zlib )
25+ target_link_libraries (zlib_with_headers INTERFACE zlib-ng )
2626 add_library (ZLIB::ZLIB ALIAS zlib_with_headers )
27- install (TARGETS zlib zlib_with_headers EXPORT RocksDBTargets) # export for install(...)
27+ install (TARGETS zlib-ng zlib_with_headers EXPORT RocksDBTargets) # export for install(...)
2828endif ()
Original file line number Diff line number Diff line change @@ -20,8 +20,8 @@ include_guard()
2020include (cmake/utils.cmake )
2121
2222FetchContent_DeclareGitHubWithMirror (zlib
23- zlib-ng/zlib-ng 2.2.4
24- MD5=9fbaac3919af8d5a0ad5726ef9c7c30b
23+ zlib-ng/zlib-ng 2.3.2
24+ MD5=7818ea3f3ad80873674faf500fd12a0d
2525)
2626
2727FetchContent_MakeAvailableWithArgs (zlib
You can’t perform that action at this time.
0 commit comments