1diff --git a/CMakeLists.txt b/CMakeLists.txt
2index 31e8048..1eec936 100644
3--- a/CMakeLists.txt
4+++ b/CMakeLists.txt
5@@ -7,8 +7,7 @@ include(FetchContent)
6
7 FetchContent_Declare(
8 spdlog
9- GIT_REPOSITORY https://github.com/gabime/spdlog.git
10- GIT_TAG v1.10.0
11+ SOURCE_DIR @spdlog_src@
12 )
13 FetchContent_MakeAvailable(spdlog)
14