diff options
| author | Evan Lojewski <github@meklort.com> | 2020-03-02 22:10:47 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-03-02 22:10:47 -0700 |
| commit | d53b8aa524a3ea2cce3fc323f4ac3885fcdc04aa (patch) | |
| tree | b01ea6b8ce19d902ec596e920e7c52d612e1efd2 /tests | |
| parent | 32e336155340a4c975808cf9c6a4a9f963983499 (diff) | |
| download | bcm5719-ortega-d53b8aa524a3ea2cce3fc323f4ac3885fcdc04aa.tar.gz bcm5719-ortega-d53b8aa524a3ea2cce3fc323f4ac3885fcdc04aa.zip | |
release: Add support for generating a release package. (#54)
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index d25830d..118a854 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -42,5 +42,6 @@ ### @endcond ################################################################################ - +SET(INSTALL_GTEST OFF CACHE BOOL "") +SET(INSTALL_GMOCK OFF CACHE BOOL "") add_subdirectory(googletest) |

