From 7e797067df8d120fcbfcb4986f58ab5bb662fadf Mon Sep 17 00:00:00 2001 From: John Szakmeister Date: Sat, 31 May 2014 10:24:02 -0400 Subject: Make it easier to turn the bundled dependencies off. --- scripts/travis.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/travis.sh b/scripts/travis.sh index 83eba872cd..6b540dbccf 100755 --- a/scripts/travis.sh +++ b/scripts/travis.sh @@ -59,7 +59,7 @@ set_environment() { eval $($prefix/bin/luarocks path) export PATH="$prefix/bin:$PATH" export PKG_CONFIG_PATH="$prefix/lib/pkgconfig" - export DEPS_CMAKE_FLAGS="-DUSE_BUNDLED_LIBUV=OFF -DUSE_BUNDLED_LUAJIT=OFF -DUSE_BUNDLED_MSGPACK=OFF -DUSE_BUNDLED_LUAROCKS=OFF" + export DEPS_CMAKE_FLAGS="-DUSE_BUNDLED=OFF" } # install prebuilt dependencies -- cgit