mirror of
https://github.com/facebook/sapling.git
synced 2024-12-26 06:21:48 +03:00
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:
parent
22d38872fb
commit
41989fdcd4
@ -24,6 +24,8 @@ BUILD_TESTS = OFF
|
||||
[dependencies]
|
||||
folly
|
||||
libsodium
|
||||
|
||||
[dependencies.test=on]
|
||||
googletest_1_8
|
||||
|
||||
[shipit.pathmap]
|
||||
|
@ -20,6 +20,8 @@ BUILD_TESTS = OFF
|
||||
[dependencies]
|
||||
folly
|
||||
fizz
|
||||
|
||||
[dependencies.test=on]
|
||||
googletest_1_8
|
||||
|
||||
[shipit.pathmap]
|
||||
|
@ -29,6 +29,8 @@ folly
|
||||
fizz
|
||||
wangle
|
||||
mvfst
|
||||
|
||||
[dependencies.test=on]
|
||||
googletest_1_8
|
||||
|
||||
[shipit.pathmap]
|
||||
|
Loading…
Reference in New Issue
Block a user