Skip to content

Commit fc5d4c6

Browse files
Update externals (#241)
Pre-release update to the latest stable versions of our externals
1 parent 0696123 commit fc5d4c6

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package/tests/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ if(${CMAKE_CXX_COMPILER_ID} STREQUAL "Clang")
1515
endif()
1616

1717
if (BUILD_GTESTS)
18-
1918
include(FetchContent)
2019
FetchContent_Declare(
2120
googletest
22-
URL https://github.com/google/googletest/archive/609281088cfefc76f9d0ce82e1ff6c30cc3591e5.zip
21+
URL https://github.com/google/googletest/archive/refs/tags/v1.14.0.zip
22+
URL_HASH SHA256=1f357c27ca988c3f7c6b4bf68a9395005ac6761f034046e9dde0896e3aba00e4
2323
)
2424
set(gtest_force_shared_crt ON CACHE BOOL "" FORCE)
2525
FetchContent_MakeAvailable(googletest)

submodules/nlohmann_json

Submodule nlohmann_json updated 286 files

submodules/spdlog

Submodule spdlog updated 160 files

0 commit comments

Comments
 (0)