about summary refs log tree commit diff
path: root/pkgs/tools/system/wsysmon/dependencies.patch
blob: cc0a2fc709ebc8dca04f4975a3eeefa6fea24e99 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 31e8048..1eec936 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -7,8 +7,7 @@ include(FetchContent)
 
 FetchContent_Declare(
         spdlog
-        GIT_REPOSITORY https://github.com/gabime/spdlog.git
-        GIT_TAG v1.10.0
+        SOURCE_DIR @spdlog_src@
 )
 FetchContent_MakeAvailable(spdlog)