From 3e8f0cf1feaeb41da4ca1d96d9afdb16486d0273 Mon Sep 17 00:00:00 2001
From: gcontini <1121667+gcontini@users.noreply.github.com>
Date: 周六, 10 10月 2020 22:53:16 +0800
Subject: [PATCH] added docs for licensing with hardware identifier

---
 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