mirror of
https://github.com/microsoft/vcpkg.git
synced 2026-01-18 01:11:23 +01:00
14 lines
438 B
Diff
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...")
|