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

Merge branch 'devel' into 'main'

gtest tag supported by c++11

See merge request !11
parents 0585c1b5 606a2faa
No related branches found
No related tags found
2 merge requests!13Main,!11gtest tag supported by c++11
Pipeline #12268 passed
......@@ -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)
......
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