We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5c4cf4 commit 6b90942Copy full SHA for 6b90942
CMakeLists.txt
@@ -130,8 +130,10 @@ set(LICENSE "Mozilla Public License Version 2.0")
130
find_package(Threads REQUIRED)
131
if(WITH_DLT_LOGSTORAGE_GZIP)
132
find_package(ZLIB 1.2.9 REQUIRED)
133
+ set(ZLIB_LIBRARY "ZLIB::ZLIB")
134
elseif(WITH_DLT_COREDUMPHANDLER OR WITH_DLT_FILETRANSFER)
135
find_package(ZLIB REQUIRED)
136
137
else()
138
set(ZLIB_LIBRARY "")
139
endif()
0 commit comments