disable check during testing sprint

[SVN r52835]
This commit is contained in:
Troy D. Straszheim 2009-05-07 15:49:24 +00:00
parent f41ba95b20
commit 48c242907a

View file

@ -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) # while we do a testing sprint
if (NOT CMAKE_IS_EXPERIMENTAL)
message(STATUS "##########################################################################")
message(STATUS "")