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
[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]
......
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