Disable googletest framework installation

Signed-off-by: Robert Kalmar <robert.kalmar@nxp.com>
This commit is contained in:
Robert Kalmar 2021-06-10 10:52:58 +02:00 committed by Kainan Cha
parent c77217745f
commit 90a15ec819
1 changed files with 1 additions and 0 deletions

View File

@ -45,6 +45,7 @@ if(TIM_VX_ENABLE_TEST)
)
set(gtest_force_shared_crt ON CACHE BOOL "" FORCE)
set(INSTALL_GTEST OFF CACHE BOOL "" FORCE)
FetchContent_MakeAvailable(googletest)
endif()