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

disabled gmock compilation

parent 352c6aa3
No related branches found
No related tags found
No related merge requests found
Pipeline #18415 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