From 48c242907a0fdd38e26307f4db24ee345fd4d75a Mon Sep 17 00:00:00 2001 From: "Troy D. Straszheim" Date: Thu, 7 May 2009 15:49:24 +0000 Subject: disable check during testing sprint [SVN r52835] --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 6cdc715834..4e192b006b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 "") -- cgit v1.2.1