Skip to content

Commit

Permalink
Update externals
Browse files Browse the repository at this point in the history
Pre-release update to the latest stable versions of our externals
  • Loading branch information
graeme-a-stewart committed May 3, 2024
1 parent 05939d1 commit 3eb95a7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package/tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion submodules/nlohmann_json
Submodule nlohmann_json updated 286 files
2 changes: 1 addition & 1 deletion submodules/spdlog
Submodule spdlog updated 160 files

0 comments on commit 3eb95a7

Please sign in to comment.