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

gmock disabled in gtest cmakelists

parent 1af58c1c
No related branches found
No related tags found
1 merge request!49Draft: Resolve "Adapt to new sensor constructors in core"
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(wolf_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