dependency: update googletest to 1.16.0
This commit is contained in:
@@ -16,5 +16,5 @@ pybind11=v2.13.6
|
||||
pybind11_abseil=v202402.0
|
||||
pybind11_protobuf=84653a591aea5df482dc2bde42c19efafbd53a57
|
||||
# Testing
|
||||
googletest=v1.15.2
|
||||
googletest=v1.16.0
|
||||
benchmark=v1.9.1
|
||||
|
||||
@@ -461,10 +461,10 @@ if(BUILD_googletest)
|
||||
FetchContent_Declare(
|
||||
googletest
|
||||
GIT_REPOSITORY https://github.com/google/googletest.git
|
||||
GIT_TAG v1.15.2
|
||||
GIT_TAG v1.16.0
|
||||
GIT_SHALLOW TRUE
|
||||
PATCH_COMMAND git apply --ignore-whitespace
|
||||
"${CMAKE_CURRENT_LIST_DIR}/../../patches/googletest-v1.15.2.patch"
|
||||
"${CMAKE_CURRENT_LIST_DIR}/../../patches/googletest-v1.16.0.patch"
|
||||
#PATCH_COMMAND git apply --ignore-whitespace ""
|
||||
)
|
||||
set(gtest_force_shared_crt ON CACHE BOOL "" FORCE)
|
||||
|
||||
Reference in New Issue
Block a user