Commit 383456d7 authored by Luca Niccolini's avatar Luca Niccolini Committed by Facebook GitHub Bot

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
parent 841d5087
...@@ -24,6 +24,8 @@ BUILD_TESTS = OFF ...@@ -24,6 +24,8 @@ BUILD_TESTS = OFF
[dependencies] [dependencies]
folly folly
libsodium libsodium
[dependencies.test=on]
googletest_1_8 googletest_1_8
[shipit.pathmap] [shipit.pathmap]
......
...@@ -20,6 +20,8 @@ BUILD_TESTS = OFF ...@@ -20,6 +20,8 @@ BUILD_TESTS = OFF
[dependencies] [dependencies]
folly folly
fizz fizz
[dependencies.test=on]
googletest_1_8 googletest_1_8
[shipit.pathmap] [shipit.pathmap]
......
...@@ -29,6 +29,8 @@ folly ...@@ -29,6 +29,8 @@ folly
fizz fizz
wangle wangle
mvfst mvfst
[dependencies.test=on]
googletest_1_8 googletest_1_8
[shipit.pathmap] [shipit.pathmap]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment