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

Merge commit '770f1a6b'

parents 345a405d 770f1a6b
No related branches found
No related tags found
No related merge requests found
Pipeline #20538 passed
include(FetchContent)
SET(BUILD_GMOCK OFF) # Disable gmock
SET(INSTALL_GTEST OFF) # Disable installation of googletest
FetchContent_Declare(
googletest
GIT_REPOSITORY https://github.com/google/googletest.git
GIT_TAG main)
SET(INSTALL_GTEST OFF) # Disable installation of googletest
FetchContent_MakeAvailable(googletest)
function(add_gtest target)
......
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