diff --git a/CMakeLists.txt b/CMakeLists.txt index 16352fa..e2845a7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -31,21 +31,21 @@ option(SPDLOG_FMT_EXTERNAL "Use external fmt library instead of bundled" ON) FetchContent_Declare( spdlog GIT_REPOSITORY https://github.com/gabime/spdlog.git - GIT_TAG v1.14.1 + GIT_TAG v1.12.0 ) FetchContent_MakeAvailable(spdlog) FetchContent_Declare( scnlib GIT_REPOSITORY https://github.com/eliaskosunen/scnlib.git - GIT_TAG v3.0.1 + GIT_TAG v1.1.2 ) FetchContent_MakeAvailable(scnlib) FetchContent_Declare( cli11 GIT_REPOSITORY https://github.com/CLIUtils/CLI11.git - GIT_TAG v2.4.2 + GIT_TAG v2.1.2 ) FetchContent_MakeAvailable(cli11)