From 0f7a6e344c62034177d7d447d9637b7e5344e3a3 Mon Sep 17 00:00:00 2001 From: JustKidding Date: Fri, 10 Mar 2023 07:54:17 -0500 Subject: [PATCH] link to Crypto instead of SSL --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 33d4b32..4b9fba0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -76,7 +76,7 @@ target_link_libraries(ueberzug PUBLIC Threads::Threads spdlog::spdlog fmt::fmt - OpenSSL::SSL + OpenSSL::Crypto PkgConfig::XCBIMAGE PkgConfig::VIPS PkgConfig::SIXEL