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
22 lines
577 B
Diff
22 lines
577 B
Diff
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
|
index 19059a41b..6e3ae0ad7 100644
|
|
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -82,15 +82,7 @@ endif ()
|
|
find_package (Boost 1.38 REQUIRED
|
|
COMPONENTS filesystem iostreams program_options regex system)
|
|
|
|
-include(FetchContent)
|
|
-FetchContent_Declare(
|
|
- fmt
|
|
- GIT_REPOSITORY https://github.com/fmtlib/fmt.git
|
|
- GIT_TAG 10.2.1
|
|
- GIT_PROGRESS TRUE
|
|
- USES_TERMINAL_DOWNLOAD TRUE
|
|
-)
|
|
-FetchContent_MakeAvailable(fmt)
|
|
+find_package(fmt REQUIRED)
|
|
|
|
find_package(Snappy)
|
|
if (SNAPPY_FOUND)
|