Revision: 45961
          http://brlcad.svn.sourceforge.net/brlcad/?rev=45961&view=rev
Author:   starseeker
Date:     2011-08-13 02:37:09 +0000 (Sat, 13 Aug 2011)

Log Message:
-----------
Constrain the CMake dropdown menu options for CMAKE_BUILD_TYPE to Debug and 
Release

Modified Paths:
--------------
    brlcad/trunk/CMakeLists.txt

Modified: brlcad/trunk/CMakeLists.txt
===================================================================
--- brlcad/trunk/CMakeLists.txt 2011-08-13 02:31:10 UTC (rev 45960)
+++ brlcad/trunk/CMakeLists.txt 2011-08-13 02:37:09 UTC (rev 45961)
@@ -380,6 +380,7 @@
        SET(CMAKE_BUILD_TYPE "Debug" CACHE STRING "Build Type" FORCE)
        SET(CMAKE_BUILD_TYPE_MSG TRUE CACHE INTERNAL "Printed build type info 
message")
 ENDIF(NOT CMAKE_BUILD_TYPE AND NOT CMAKE_BUILD_TYPE_MSG)
+set_property(CACHE CMAKE_BUILD_TYPE PROPERTY STRINGS Debug Release)
 
 IF(CMAKE_BUILD_TYPE MATCHES "NONE")
        SET(CMAKE_BUILD_TYPE "")


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