summaryrefslogtreecommitdiff
path: root/scripts/uni-build-dependencies.sh
diff options
context:
space:
mode:
authordon bright <hugh.m.bright@gmail.com>2012-12-20 20:46:25 (GMT)
committerdon bright <hugh.m.bright@gmail.com>2012-12-20 20:46:25 (GMT)
commit10f16dfe84a429c012650987d81c5ce385fd55be (patch)
treeefd7834d532829ec3aae0023da0ff37b3e3070b6 /scripts/uni-build-dependencies.sh
parentd80b067d53218ecd914a6d19d1d11ac44a9bc300 (diff)
skip broken opengl testing under eigen3
Diffstat (limited to 'scripts/uni-build-dependencies.sh')
-rwxr-xr-xscripts/uni-build-dependencies.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/uni-build-dependencies.sh b/scripts/uni-build-dependencies.sh
index c08b414..e71bd57 100755
--- a/scripts/uni-build-dependencies.sh
+++ b/scripts/uni-build-dependencies.sh
@@ -278,7 +278,7 @@ build_eigen()
cd eigen-$version
mkdir build
cd build
- cmake -DCMAKE_INSTALL_PREFIX=$DEPLOYDIR ..
+ cmake -DCMAKE_INSTALL_PREFIX=$DEPLOYDIR -DEIGEN_TEST_NO_OPENGL=1 ..
make -j$NUMCPU
make install
}
contact: Jan Huwald // Impressum