Skip to content
Snippets Groups Projects
Commit 103bb4fd authored by Joan Vallvé Navarro's avatar Joan Vallvé Navarro
Browse files

gtest tag compatible with c++11

parent ed4a300b
No related branches found
No related tags found
1 merge request!25Main
Pipeline #12267 passed
...@@ -53,7 +53,7 @@ else() ...@@ -53,7 +53,7 @@ else()
FetchContent_Declare( FetchContent_Declare(
googletest googletest
GIT_REPOSITORY https://github.com/google/googletest.git GIT_REPOSITORY https://github.com/google/googletest.git
GIT_TAG main) GIT_TAG v1.8.x)
SET(INSTALL_GTEST OFF) # Disable installation of googletest SET(INSTALL_GTEST OFF) # Disable installation of googletest
FetchContent_MakeAvailable(googletest) FetchContent_MakeAvailable(googletest)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment