From a573da4934f93ae90c736b4108fe3a0e4294086c Mon Sep 17 00:00:00 2001 From: gcontini <1121667+gcontini@users.noreply.github.com> Date: 周二, 13 10月 2020 21:52:35 +0800 Subject: [PATCH] re-enable logging if debug build --- CMakeLists.txt | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 998f8c9..04c0cca 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -65,7 +65,7 @@ IF(OPENSSL_VERSION VERSION_LESS_EQUAL 1.0.2) SET ( ZLIB_USE_STATIC_LIBS ON ) find_package(ZLIB REQUIRED) - list(APPEND EXTERNAL_LIBS ${ZLIB_LIBRARIES}) + list(APPEND EXTERNAL_LIBS "${ZLIB_LIBRARIES}") MESSAGE(STATUS "Found zlib version ${ZLIB_VERSION_STRING} - licensecc") ELSE(OPENSSL_VERSION VERSION_LESS_EQUAL 1.0.2) MESSAGE(STATUS "openssl ${OPENSSL_VERSION} zlib not required - licensecc") -- Gitblit v1.9.1