浏览代码

cmExperimental: recycle build database uuid

Ben Boeckel 7 月之前
父节点
当前提交
12d73c9f78

+ 1 - 1
Help/dev/experimental.rst

@@ -105,7 +105,7 @@ Build database support
 In order to activate support for exporting build databases, set
 In order to activate support for exporting build databases, set
 
 
 * variable ``CMAKE_EXPERIMENTAL_EXPORT_BUILD_DATABASE`` to
 * variable ``CMAKE_EXPERIMENTAL_EXPORT_BUILD_DATABASE`` to
-* value ``4bd552e2-b7fb-429a-ab23-c83ef53f3f13``.
+* value ``73194a1d-c0b5-41b9-9190-a4512925e192``.
 
 
 This UUID may change in future versions of CMake.  Be sure to use the value
 This UUID may change in future versions of CMake.  Be sure to use the value
 documented here by the source tree of the version of CMake with which you are
 documented here by the source tree of the version of CMake with which you are

+ 1 - 1
Source/cmExperimental.cxx

@@ -68,7 +68,7 @@ cmExperimental::FeatureData LookupTable[] = {
     false },
     false },
   // ExportBuildDatabase
   // ExportBuildDatabase
   { "ExportBuildDatabase",
   { "ExportBuildDatabase",
-    "4bd552e2-b7fb-429a-ab23-c83ef53f3f13",
+    "73194a1d-c0b5-41b9-9190-a4512925e192",
     "CMAKE_EXPERIMENTAL_EXPORT_BUILD_DATABASE",
     "CMAKE_EXPERIMENTAL_EXPORT_BUILD_DATABASE",
     "CMake's support for exporting build databases is experimental. It is "
     "CMake's support for exporting build databases is experimental. It is "
     "meant only for experimentation and feedback to CMake developers.",
     "meant only for experimentation and feedback to CMake developers.",

+ 1 - 1
Tests/RunCMake/CXXModules/NinjaDependInfoCompileDatabase.cmake

@@ -2,7 +2,7 @@
 # here.
 # here.
 set(CMAKE_CXX_SCANDEP_SOURCE "")
 set(CMAKE_CXX_SCANDEP_SOURCE "")
 
 
-set(CMAKE_EXPERIMENTAL_EXPORT_BUILD_DATABASE "4bd552e2-b7fb-429a-ab23-c83ef53f3f13")
+set(CMAKE_EXPERIMENTAL_EXPORT_BUILD_DATABASE "73194a1d-c0b5-41b9-9190-a4512925e192")
 
 
 enable_language(CXX)
 enable_language(CXX)
 
 

+ 1 - 1
Tests/RunCMake/CXXModules/examples/export-build-database-setup.cmake

@@ -1,4 +1,4 @@
-set(CMAKE_EXPERIMENTAL_EXPORT_BUILD_DATABASE "4bd552e2-b7fb-429a-ab23-c83ef53f3f13")
+set(CMAKE_EXPERIMENTAL_EXPORT_BUILD_DATABASE "73194a1d-c0b5-41b9-9190-a4512925e192")
 
 
 get_property(is_multiconfig GLOBAL PROPERTY GENERATOR_IS_MULTI_CONFIG)
 get_property(is_multiconfig GLOBAL PROPERTY GENERATOR_IS_MULTI_CONFIG)
 if (is_multiconfig)
 if (is_multiconfig)