Skip to content

Commit

Permalink
update to v1.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Nov 15, 2023
1 parent e55e2b2 commit 2fc28d1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ if(BUILD_CPP_TEST)
else()
set(CMAKE_CXX_STANDARD 11)
endif()
set(CMAKE_CXX_STANDARD_REQUIRED ON)

list(APPEND CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/cmake/modules")

Expand Down Expand Up @@ -635,7 +636,7 @@ if(BUILD_CPP_TEST)
FetchContent_Declare(
googletest
GIT_REPOSITORY https://github.com/google/googletest.git
GIT_TAG v1.13.0
GIT_TAG v1.14.0
)
FetchContent_MakeAvailable(googletest)
add_library(GTest::GTest ALIAS gtest)
Expand Down

0 comments on commit 2fc28d1

Please sign in to comment.