Jelajahi Sumber

disable check during testing sprint

[SVN r52835]
Troy D. Straszheim 17 tahun lalu
induk
melakukan
48c242907a
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  1. 1 0
      CMakeLists.txt

+ 1 - 0
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 "")

粤ICP备19079148号