Don't install googletest and googlemock

This commit is contained in:
rdb 2017-06-07 12:14:31 +02:00 committed by Lei Zhang
parent aa7e687ef0
commit 1567cddc36

View File

@ -40,7 +40,7 @@ if (NOT ${SPIRV_SKIP_EXECUTABLES})
"Use shared (DLL) run-time lib even when Google Test is built as static lib." "Use shared (DLL) run-time lib even when Google Test is built as static lib."
ON) ON)
endif() endif()
add_subdirectory(${GMOCK_DIR}) add_subdirectory(${GMOCK_DIR} EXCLUDE_FROM_ALL)
endif() endif()
endif() endif()
if (TARGET gmock) if (TARGET gmock)