From 06803e42159ecfcd97c1a43cab97ffe0ef694035 Mon Sep 17 00:00:00 2001 From: Karutoh Date: Sat, 29 Mar 2025 00:34:38 -0700 Subject: [PATCH] Fixed CMakeLists. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index da5ad22..21077fd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -66,4 +66,4 @@ elseif (IS_OS_LINUX) target_link_libraries(DeviceScanner PRIVATE z asound pipewire-0.3) endif () -target_link_libraries(DeviceScanner PRIVATE OpenSSL::SSL OpenSSL::Crypto ZLIB::ZLIB EHS_Stc) \ No newline at end of file +target_link_libraries(DeviceScanner PRIVATE EHS_Stc OpenSSL::SSL OpenSSL::Crypto ZLIB::ZLIB) \ No newline at end of file