Files
vcpkg/ports/slick-net/slick-queue.patch
2026-01-14 00:18:37 -08:00

14 lines
438 B
Diff

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 6bd7e39..f5dab2f 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -22,7 +22,7 @@ if (LINK_STATICALLY)
endif()
find_package(Boost CONFIG REQUIRED COMPONENTS beast context)
find_package(OpenSSL CONFIG REQUIRED)
-find_package(slick-queue 1.2.2 CONFIG QUIET)
+find_package(slick-queue 1.2.2 CONFIG REQUIRED)
if (NOT slick-queue_FOUND)
message(STATUS "Fetching slick-queue...")