mirror of
https://github.com/Kitware/CMake.git
synced 2026-07-01 12:18:01 +00:00
SBOM: Update experimental UUID
This commit is contained in:
@@ -109,7 +109,7 @@ In order to activate support for the :command:`install(SBOM)` command,
|
||||
set
|
||||
|
||||
* variable ``CMAKE_EXPERIMENTAL_GENERATE_SBOM`` to
|
||||
* value ``ca494ed3-b261-4205-a01f-603c95e4cae0``.
|
||||
* value ``2d856d6d-53e8-488b-a17f-d486d2cac317``.
|
||||
|
||||
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
|
||||
|
||||
@@ -55,7 +55,7 @@ cmExperimental::FeatureData const LookupTable[] = {
|
||||
{},
|
||||
cmExperimental::TryCompileCondition::Never },
|
||||
{ "GenerateSbom",
|
||||
"ca494ed3-b261-4205-a01f-603c95e4cae0",
|
||||
"2d856d6d-53e8-488b-a17f-d486d2cac317",
|
||||
"CMAKE_EXPERIMENTAL_GENERATE_SBOM",
|
||||
"CMake's support for generating software bill of materials (Sbom) "
|
||||
"information in SPDX format is experimental. It is meant only for "
|
||||
|
||||
@@ -2,7 +2,7 @@ include(RunCMake)
|
||||
|
||||
set(common_test_options
|
||||
-Wno-author
|
||||
"-DCMAKE_EXPERIMENTAL_GENERATE_SBOM:STRING=ca494ed3-b261-4205-a01f-603c95e4cae0"
|
||||
"-DCMAKE_EXPERIMENTAL_GENERATE_SBOM:STRING=2d856d6d-53e8-488b-a17f-d486d2cac317"
|
||||
"-DCMAKE_INSTALL_SBOM_FORMATS:STRING=JSON"
|
||||
"-DCMAKE_INSTALL_LIBDIR=lib"
|
||||
)
|
||||
|
||||
@@ -2,7 +2,7 @@ include(RunCMake)
|
||||
|
||||
set(common_test_options
|
||||
-Wno-author
|
||||
"-DCMAKE_EXPERIMENTAL_GENERATE_SBOM:STRING=ca494ed3-b261-4205-a01f-603c95e4cae0"
|
||||
"-DCMAKE_EXPERIMENTAL_GENERATE_SBOM:STRING=2d856d6d-53e8-488b-a17f-d486d2cac317"
|
||||
)
|
||||
|
||||
function(run_cmake_error test)
|
||||
|
||||
@@ -2,7 +2,7 @@ include(RunCMake)
|
||||
|
||||
set(common_test_options
|
||||
-Wno-author
|
||||
"-DCMAKE_EXPERIMENTAL_GENERATE_SBOM:STRING=ca494ed3-b261-4205-a01f-603c95e4cae0"
|
||||
"-DCMAKE_EXPERIMENTAL_GENERATE_SBOM:STRING=2d856d6d-53e8-488b-a17f-d486d2cac317"
|
||||
)
|
||||
|
||||
function(run_cmake_error test)
|
||||
|
||||
Reference in New Issue
Block a user