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