diff --git a/package/tests/CMakeLists.txt b/package/tests/CMakeLists.txt index 033e139..f185ab3 100644 --- a/package/tests/CMakeLists.txt +++ b/package/tests/CMakeLists.txt @@ -15,11 +15,11 @@ if(${CMAKE_CXX_COMPILER_ID} STREQUAL "Clang") endif() if (BUILD_GTESTS) - include(FetchContent) FetchContent_Declare( googletest - URL https://github.com/google/googletest/archive/609281088cfefc76f9d0ce82e1ff6c30cc3591e5.zip + URL https://github.com/google/googletest/archive/refs/tags/v1.14.0.zip + URL_HASH SHA256=1f357c27ca988c3f7c6b4bf68a9395005ac6761f034046e9dde0896e3aba00e4 ) set(gtest_force_shared_crt ON CACHE BOOL "" FORCE) FetchContent_MakeAvailable(googletest) diff --git a/submodules/nlohmann_json b/submodules/nlohmann_json index bc889af..9cca280 160000 --- a/submodules/nlohmann_json +++ b/submodules/nlohmann_json @@ -1 +1 @@ -Subproject commit bc889afb4c5bf1c0d8ee29ef35eaaf4c8bef8a5d +Subproject commit 9cca280a4d0ccf0c08f47a99aa71d1b0e52f8d03 diff --git a/submodules/spdlog b/submodules/spdlog index ad0e89c..27cb4c7 160000 --- a/submodules/spdlog +++ b/submodules/spdlog @@ -1 +1 @@ -Subproject commit ad0e89cbfb4d0c1ce4d097e134eb7be67baebb36 +Subproject commit 27cb4c76708608465c413f6d0e6b8d99a4d84302