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 cb28697 commit c6a8300Copy full SHA for c6a8300
CMakeLists.txt
@@ -28,7 +28,7 @@ set(CMAKE_FIND_PACKAGE_PREFER_CONFIG TRUE)
28
if(NOT DEFINED CMAKE_TOOLCHAIN_FILE)
29
list(APPEND CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake/modules/")
30
endif()
31
-
+
32
if(EXISTS "${CMAKE_SOURCE_DIR}/third_party_release")
33
file(STRINGS "${CMAKE_SOURCE_DIR}/third_party_release" third_party_tags)
34
foreach(third_party ${third_party_tags})
@@ -779,7 +779,7 @@ if(CURL_FOUND)
779
message(STATUS "CURL: ${CURL_VERSION_STRING}")
780
781
if(ZLIB_FOUND)
782
- message(STATUS "ZLIB: ${ZLIB_VERSION}")
+ message(STATUS "ZLIB: ${ZLIB_VERSION_STRING}")
783
784
if(USE_NLOHMANN_JSON)
785
message(STATUS "nlohmann-json: ${nlohmann_json_VERSION}")
0 commit comments