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
24 lines
725 B
Diff
24 lines
725 B
Diff
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
|
index b6be6e8..057a056 100644
|
|
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -4,12 +4,12 @@
|
|
|
|
cmake_minimum_required(VERSION 3.2)
|
|
|
|
-include("cmake/HunterGate.cmake")
|
|
-HunterGate(
|
|
- URL "https://github.com/cpp-pm/hunter/archive/9d9242b60d5236269f894efd3ddd60a9ca83dd7f.tar.gz"
|
|
- SHA1 "16cc954aa723bccd16ea45fc91a858d0c5246376"
|
|
- LOCAL # Local config for dependencies
|
|
-)
|
|
+# include("cmake/HunterGate.cmake")
|
|
+# HunterGate(
|
|
+# URL "https://github.com/cpp-pm/hunter/archive/9d9242b60d5236269f894efd3ddd60a9ca83dd7f.tar.gz"
|
|
+# SHA1 "16cc954aa723bccd16ea45fc91a858d0c5246376"
|
|
+# LOCAL # Local config for dependencies
|
|
+# )
|
|
|
|
### Constants
|
|
set(TARGET_NAME "XLink")
|