mirror of
https://github.com/KhronosGroup/SPIRV-Tools
synced 2024-11-21 19:20:07 +00:00
Don't install googletest and googlemock
This commit is contained in:
parent
aa7e687ef0
commit
1567cddc36
2
external/CMakeLists.txt
vendored
2
external/CMakeLists.txt
vendored
@ -40,7 +40,7 @@ if (NOT ${SPIRV_SKIP_EXECUTABLES})
|
||||
"Use shared (DLL) run-time lib even when Google Test is built as static lib."
|
||||
ON)
|
||||
endif()
|
||||
add_subdirectory(${GMOCK_DIR})
|
||||
add_subdirectory(${GMOCK_DIR} EXCLUDE_FROM_ALL)
|
||||
endif()
|
||||
endif()
|
||||
if (TARGET gmock)
|
||||
|
Loading…
Reference in New Issue
Block a user