Some checks failed
Periodic Merges (6h) / master → staging-nixos (push) Failing after 12m50s
Periodic Merges (6h) / master → staging-next (push) Failing after 12m54s
Periodic Merges (24h) / merge-base(master,staging) → haskell-updates (push) Failing after 11m54s
Periodic Merges (6h) / staging-next → staging (push) Failing after 12m13s
Periodic Merges (24h) / staging-next-25.05 → staging-25.05 (push) Failing after 13m24s
Periodic Merges (24h) / release-25.05 → staging-next-25.05 (push) Failing after 14m28s
27 lines
735 B
Diff
27 lines
735 B
Diff
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
|
index a878c7c473..c76c989f91 100644
|
|
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -52,7 +52,7 @@
|
|
find_package(fmt REQUIRED)
|
|
find_package(folly REQUIRED)
|
|
find_package(Fizz REQUIRED)
|
|
-find_package(Glog REQUIRED)
|
|
+find_package(Glog CONFIG REQUIRED)
|
|
find_package(Threads)
|
|
|
|
SET(GFLAG_DEPENDENCIES "")
|
|
diff --git a/cmake/QuicTest.cmake b/cmake/QuicTest.cmake
|
|
index e7d9f0c0c3..5f4525189c 100644
|
|
--- a/cmake/QuicTest.cmake
|
|
+++ b/cmake/QuicTest.cmake
|
|
@@ -50,7 +50,7 @@
|
|
target_link_libraries(${QUIC_TEST_TARGET} PUBLIC
|
|
"${QUIC_TEST_DEPENDS}"
|
|
${LIBGMOCK_LIBRARIES}
|
|
- ${GLOG_LIBRARY}
|
|
+ glog::glog
|
|
)
|
|
|
|
# Per https://github.com/facebook/mvfst/pull/9, disable some warnings
|