summaryrefslogtreecommitdiffstats
path: root/graphics-libs/coin/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'graphics-libs/coin/BUILD')
-rwxr-xr-xgraphics-libs/coin/BUILD9
1 files changed, 3 insertions, 6 deletions
diff --git a/graphics-libs/coin/BUILD b/graphics-libs/coin/BUILD
index 8f7d211325..752b0edbeb 100755
--- a/graphics-libs/coin/BUILD
+++ b/graphics-libs/coin/BUILD
@@ -1,7 +1,4 @@
-OPTS="$OPTS $COIN_OPTS --with-glu=$INSTALL_ROOT/usr" &&
-OPTS="$OPTS --enable-optimization" &&
-OPTS="$OPTS --enable-exceptions" &&
-OPTS="$OPTS --enable-debug" &&
-OPTS="$OPTS --enable-shared" &&
+OPTS="$OPTS -DUSE_EXCEPTIONS=true" &&
+OPTS="$OPTS -DCOIN_BUILD_SHARED_LIBS=true" &&
-default_build
+cmake_build