Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/KhronosGroup/SPIRV-Tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrdb <git@rdb.name>2017-06-07 13:14:31 +0300
committerLei Zhang <antiagainst@google.com>2017-06-07 17:32:45 +0300
commit1567cddc3638576dab901e9098592c69bcf622fa (patch)
tree3bb70ac3de12736d99ef7796e57cdf4d570a41dd /external
parentaa7e687ef0a14066a12d0eb3825a2301f32363cb (diff)
Don't install googletest and googlemock
Diffstat (limited to 'external')
-rw-r--r--external/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/external/CMakeLists.txt b/external/CMakeLists.txt
index ba5207fab..e710dddae 100644
--- a/external/CMakeLists.txt
+++ b/external/CMakeLists.txt
@@ -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)