projects
/
platform
/
upstream
/
SPIRV-Tools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aa7e687
)
Don't install googletest and googlemock
author
rdb
<git@rdb.name>
Wed, 7 Jun 2017 10:14:31 +0000
(12:14 +0200)
committer
Lei Zhang
<antiagainst@google.com>
Wed, 7 Jun 2017 14:32:45 +0000
(10:32 -0400)
external/CMakeLists.txt
patch
|
blob
|
history
diff --git
a/external/CMakeLists.txt
b/external/CMakeLists.txt
index
ba5207f
..
e710ddd
100644
(file)
--- 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)