Skip to content

Commit

Permalink
Update googletest to 1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalybuka committed Sep 30, 2022
1 parent ff57bf8 commit 0f7111d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/external/googletest.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ include (ExternalProject)
ExternalProject_Add(${GTEST_TARGET}
PREFIX ${GTEST_TARGET}
GIT_REPOSITORY https://github.com/google/googletest.git
GIT_TAG release-1.11.0
GIT_TAG release-1.12.0
UPDATE_COMMAND ""
CMAKE_CACHE_ARGS -DCMAKE_C_COMPILER:FILEPATH=${CMAKE_C_COMPILER}
-DCMAKE_CXX_COMPILER:FILEPATH=${CMAKE_CXX_COMPILER}
Expand Down

0 comments on commit 0f7111d

Please sign in to comment.