only install googletest 1.8 when building tests

Summary: no need to install when not building tests

Reviewed By: wez

Differential Revision: D23714375

fbshipit-source-id: 6f34ab59ed2155df5646ad279d1347e904f393c4
This commit is contained in:
Luca Niccolini 2020-09-15 16:06:37 -07:00 committed by Facebook GitHub Bot
parent 22d38872fb
commit 41989fdcd4
3 changed files with 6 additions and 0 deletions

View File

@ -24,6 +24,8 @@ BUILD_TESTS = OFF
[dependencies]
folly
libsodium
[dependencies.test=on]
googletest_1_8
[shipit.pathmap]

View File

@ -20,6 +20,8 @@ BUILD_TESTS = OFF
[dependencies]
folly
fizz
[dependencies.test=on]
googletest_1_8
[shipit.pathmap]

View File

@ -29,6 +29,8 @@ folly
fizz
wangle
mvfst
[dependencies.test=on]
googletest_1_8
[shipit.pathmap]