Skip to content

Commit c6a8300

Browse files
committed
use the legacy zlib version string
1 parent cb28697 commit c6a8300

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ set(CMAKE_FIND_PACKAGE_PREFER_CONFIG TRUE)
2828
if(NOT DEFINED CMAKE_TOOLCHAIN_FILE)
2929
list(APPEND CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake/modules/")
3030
endif()
31-
31+
3232
if(EXISTS "${CMAKE_SOURCE_DIR}/third_party_release")
3333
file(STRINGS "${CMAKE_SOURCE_DIR}/third_party_release" third_party_tags)
3434
foreach(third_party ${third_party_tags})
@@ -779,7 +779,7 @@ if(CURL_FOUND)
779779
message(STATUS "CURL: ${CURL_VERSION_STRING}")
780780
endif()
781781
if(ZLIB_FOUND)
782-
message(STATUS "ZLIB: ${ZLIB_VERSION}")
782+
message(STATUS "ZLIB: ${ZLIB_VERSION_STRING}")
783783
endif()
784784
if(USE_NLOHMANN_JSON)
785785
message(STATUS "nlohmann-json: ${nlohmann_json_VERSION}")

0 commit comments

Comments
 (0)