Revision: 45953
          http://brlcad.svn.sourceforge.net/brlcad/?rev=45953&view=rev
Author:   starseeker
Date:     2011-08-12 21:19:56 +0000 (Fri, 12 Aug 2011)

Log Message:
-----------
Update configure.cmake.sh to reflect new variables

Modified Paths:
--------------
    brlcad/trunk/configure.cmake.sh

Modified: brlcad/trunk/configure.cmake.sh
===================================================================
--- brlcad/trunk/configure.cmake.sh     2011-08-12 21:11:55 UTC (rev 45952)
+++ brlcad/trunk/configure.cmake.sh     2011-08-12 21:19:56 UTC (rev 45953)
@@ -10,9 +10,9 @@
 do
    case $1
    in
-     --enable-all)               options="$options 
-DBRLCAD-ENABLE_ALL_LOCAL_LIBS=ON";
+     --enable-all)               options="$options 
-DBRLCAD_BUNDLED_LIBS=Bundled";
                                  shift;;
-     --enable-debug)             options="$options -DCMAKE_BUILD_TYPE=Debug";
+     --enable-debug)             options="$options 
-DBRLCAD-ENABLE_DEBUG_FLAGS=ON";
                                  shift;;
      --disable-docs)              options="$options 
-DBRLCAD-BUILD_EXTRADOCS=OFF";
                                  shift;;
@@ -22,6 +22,8 @@
                                  shift;;
      --disable-warnings)          options="$options 
-DBRLCAD-ENABLE_WARNINGS=OFF";
                                  shift;;
+     --disable-zlib)             options="$options -DBRLCAD_ZLIB=System";
+                                 shift;;
      --prefix=*)                 inputstr=$1;
                                  options="$options 
-DCMAKE_INSTALL_PREFIX=${inputstr#--prefix=}";
                                  shift;;


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
FREE DOWNLOAD - uberSVN with Social Coding for Subversion.
Subversion made easy with a complete admin console. Easy 
to use, easy to manage, easy to install, easy to extend. 
Get a Free download of the new open ALM Subversion platform now.
http://p.sf.net/sfu/wandisco-dev2dev
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to