فهرست منبع

disable check during testing sprint

[SVN r52835]
Troy D. Straszheim 17 سال پیش
والد
کامیت
48c242907a
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  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号