Skip to content
Snippets Groups Projects

gtest tag supported by c++11

Merged Joan Vallvé Navarro requested to merge devel into main
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -53,7 +53,7 @@ else()
FetchContent_Declare(
googletest
GIT_REPOSITORY https://github.com/google/googletest.git
GIT_TAG main)
GIT_TAG v1.8.x)
SET(INSTALL_GTEST OFF) # Disable installation of googletest
FetchContent_MakeAvailable(googletest)
Loading