Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r52857 - trunk
From: troy_at_[hidden]
Date: 2009-05-08 18:14:36


Author: troy
Date: 2009-05-08 18:14:35 EDT (Fri, 08 May 2009)
New Revision: 52857
URL: http://svn.boost.org/trac/boost/changeset/52857

Log:
Don't be so warningy
Text files modified:
   trunk/CMakeLists.txt | 10 +---------
   1 files changed, 1 insertions(+), 9 deletions(-)

Modified: trunk/CMakeLists.txt
==============================================================================
--- trunk/CMakeLists.txt (original)
+++ trunk/CMakeLists.txt 2009-05-08 18:14:35 EDT (Fri, 08 May 2009)
@@ -32,8 +32,6 @@
 # Post a warning to those attempting to use the CMake Build system. When #
 # the build system stabilizes this can be removed. #
 ##########################################################################
-set (CMAKE_IS_EXPERIMENTAL ON)
-if (NOT CMAKE_IS_EXPERIMENTAL)
 message(STATUS "##########################################################################")
 message(STATUS "")
 message(STATUS " Only Boost.Build is officially supported.")
@@ -41,10 +39,6 @@
 message(STATUS " This is not Boost.Build.")
 message(STATUS "")
 message(STATUS " This is an alternate, cmake-based build system that is currently under development.")
-message(STATUS " To try it out, invoke CMake with the argument")
-message(STATUS " -DCMAKE_IS_EXPERIMENTAL=YES_I_KNOW")
-message(STATUS " Or use the gui to set the variable CMAKE_IS_EXPERIMENTAL to some value.")
-message(STATUS " This will only be necessary the first time.")
 message(STATUS " ")
 message(STATUS " For more information on boost-cmake see the wiki:")
 message(STATUS " https://svn.boost.org/trac/boost/wiki/CMake")
@@ -59,14 +53,12 @@
 message(STATUS " http://news.gmane.org/gmane.comp.lib.boost.cmake")
 message(STATUS "")
 message(STATUS "##########################################################################")
-message(FATAL_ERROR "Magic variable CMAKE_IS_EXPERIMENTAL unset.")
-endif (NOT CMAKE_IS_EXPERIMENTAL)
 
 ##########################################################################
 # Version information #
 ##########################################################################
 set(BOOST_VERSION_MAJOR 1)
-set(BOOST_VERSION_MINOR 49)
+set(BOOST_VERSION_MINOR 40)
 set(BOOST_VERSION_SUBMINOR 0)
 set(BOOST_VERSION "${BOOST_VERSION_MAJOR}.${BOOST_VERSION_MINOR}.${BOOST_VERSION_SUBMINOR}")
 ##########################################################################


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk