commit | 1567cddc3638576dab901e9098592c69bcf622fa | [log] [tgz] |
---|---|---|
author | rdb <git@rdb.name> | Wed Jun 07 12:14:31 2017 +0200 |
committer | Lei Zhang <antiagainst@google.com> | Wed Jun 07 10:32:45 2017 -0400 |
tree | 3bb70ac3de12736d99ef7796e57cdf4d570a41dd | |
parent | aa7e687ef0a14066a12d0eb3825a2301f32363cb [diff] |
Don't install googletest and googlemock
diff --git a/external/CMakeLists.txt b/external/CMakeLists.txt index ba5207f..e710ddd 100644 --- a/external/CMakeLists.txt +++ b/external/CMakeLists.txt
@@ -40,7 +40,7 @@ "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)