Disable googletest framework installation
Signed-off-by: Robert Kalmar <robert.kalmar@nxp.com>
This commit is contained in:
parent
c77217745f
commit
90a15ec819
|
|
@ -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()
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue