From 8623c17c332f1575bd99658899905b85f41967ee Mon Sep 17 00:00:00 2001 From: Keita Mizukoshi Date: Wed, 25 Sep 2024 11:02:28 +0900 Subject: [PATCH] downgrade spdlog --- analysis/CMakeLists.txt | 2 +- mc/CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/analysis/CMakeLists.txt b/analysis/CMakeLists.txt index 81c4c06..033e88e 100644 --- a/analysis/CMakeLists.txt +++ b/analysis/CMakeLists.txt @@ -52,7 +52,7 @@ include(FetchContent) FetchContent_Declare( spdlog GIT_REPOSITORY https://github.com/gabime/spdlog.git - GIT_TAG v1.x # This tag is like main + GIT_TAG v1.13.0 # v1.14 doesn't work ) FetchContent_GetProperties(spdlog) if (NOT spdlog_POPULATED) diff --git a/mc/CMakeLists.txt b/mc/CMakeLists.txt index 601b997..099ed42 100644 --- a/mc/CMakeLists.txt +++ b/mc/CMakeLists.txt @@ -50,7 +50,7 @@ include(FetchContent) FetchContent_Declare( spdlog GIT_REPOSITORY https://github.com/gabime/spdlog.git - GIT_TAG v1.x # This tag is like main + GIT_TAG v1.13.0 # v1.14 doesn't work ) FetchContent_GetProperties(spdlog) if (NOT spdlog_POPULATED)