diff options
Diffstat (limited to 'cmake/QtPublicSbomQtEntityHelpers.cmake')
| -rw-r--r-- | cmake/QtPublicSbomQtEntityHelpers.cmake | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/cmake/QtPublicSbomQtEntityHelpers.cmake b/cmake/QtPublicSbomQtEntityHelpers.cmake index dfe3bf2be0a..d8d61eef42c 100644 --- a/cmake/QtPublicSbomQtEntityHelpers.cmake +++ b/cmake/QtPublicSbomQtEntityHelpers.cmake @@ -393,9 +393,11 @@ endfunction() function(_qt_internal_sbom_handle_qt_entity_purl_entries) _qt_internal_get_sbom_purl_handling_options(opt_args single_args multi_args) list(APPEND single_args - OUT_VAR # This is unused, but added by the calling function. + OUT_VAR_SPDX_EXT_REF_VALUES # This is unused, but added by the calling function. + OUT_VAR_PURL_VALUES # This is unused, but added by the calling function. OUT_VAR_IDS ) + cmake_parse_arguments(PARSE_ARGV 0 arg "${opt_args}" "${single_args}" "${multi_args}") _qt_internal_validate_all_args_are_parsed(arg) @@ -418,7 +420,8 @@ endfunction() function(_qt_internal_sbom_handle_qt_entity_purl target) _qt_internal_get_sbom_purl_handling_options(opt_args single_args multi_args) list(APPEND single_args - OUT_VAR # This is unused, but added by the calling function. + OUT_VAR_SPDX_EXT_REF_VALUES # This is unused, but added by the calling function. + OUT_VAR_PURL_VALUES # This is unused, but added by the calling function. OUT_PURL_ARGS PURL_ID ) |
