mirror of
https://github.com/boostorg/boost.git
synced 2025-04-05 13:35:00 +00:00
disable guard during testing sprint and inc version
[SVN r52832]
This commit is contained in:
parent
31eb6017ce
commit
c2f7060319
1 changed files with 2 additions and 1 deletions
|
@ -32,6 +32,7 @@ project(Boost)
|
|||
# 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 "")
|
||||
|
@ -65,7 +66,7 @@ endif (NOT CMAKE_IS_EXPERIMENTAL)
|
|||
# Version information #
|
||||
##########################################################################
|
||||
set(BOOST_VERSION_MAJOR 1)
|
||||
set(BOOST_VERSION_MINOR 37)
|
||||
set(BOOST_VERSION_MINOR 49)
|
||||
set(BOOST_VERSION_SUBMINOR 0)
|
||||
set(BOOST_VERSION "${BOOST_VERSION_MAJOR}.${BOOST_VERSION_MINOR}.${BOOST_VERSION_SUBMINOR}")
|
||||
##########################################################################
|
||||
|
|
Loading…
Add table
Reference in a new issue