From 4bf5a5037ef93a84b30bf41b22b13410eb373b3d Mon Sep 17 00:00:00 2001 From: Alexandru Croitor Date: Thu, 17 Oct 2024 16:37:56 +0200 Subject: [PATCH] coin: Remove unused QT_INTERNAL_NO_SBOM_FIND_PYTHON_FRAMEWORK var It was removed in a previous change and does nothing now. Task-number: QTBUG-122899 Change-Id: I7a84c243c08a65e445cbd657eb281b37e68f1893 Reviewed-by: Joerg Bornemann (cherry picked from commit 3acc310f9e90ff3ecd4135a184e8f4b7b366a75d) Reviewed-by: Qt Cherry-pick Bot --- coin/instructions/prepare_building_env.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/coin/instructions/prepare_building_env.yaml b/coin/instructions/prepare_building_env.yaml index 69f25cc335f..45ae506da37 100644 --- a/coin/instructions/prepare_building_env.yaml +++ b/coin/instructions/prepare_building_env.yaml @@ -532,7 +532,6 @@ instructions: variableName: SBOM_COMMON_ARGS variableValue: >- -DQT_LINT_SOURCE_SBOM=ON - -DQT_INTERNAL_NO_SBOM_FIND_PYTHON_FRAMEWORK=ON -DQT_INTERNAL_SBOM_DEFAULT_CHECKS=ON -DQT_INTERNAL_SBOM_AUDIT=ON -DQT_INTERNAL_SBOM_AUDIT_NO_ERROR=ON