summaryrefslogtreecommitdiffstats
path: root/Tests/CPackComponentsForAll/MyLibCPackConfig-IgnoreGroup.cmake.in
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2021-06-10 17:55:37 (GMT)
committerBrad King <brad.king@kitware.com>2021-06-10 18:06:21 (GMT)
commit5130ff6878547aa3096340d3a7f44485a211ea35 (patch)
tree320fba3f9ed2351460b2556530b8ed6f4c17edb9 /Tests/CPackComponentsForAll/MyLibCPackConfig-IgnoreGroup.cmake.in
parent5fd68d3ef75d590da383b5189ee7f952bd560a30 (diff)
downloadCMake-5130ff6878547aa3096340d3a7f44485a211ea35.zip
CMake-5130ff6878547aa3096340d3a7f44485a211ea35.tar.gz
CMake-5130ff6878547aa3096340d3a7f44485a211ea35.tar.bz2
Tests: Fix CPackComponentsForAll-RPM-IgnoreGroup test on Fedora 34
Update the cross-arch case from commit f174b919d6 (Tests: CpackRPM test component architecture, 2015-02-19, v3.3.0-rc1~415^2~1) to use `armv7hl`, which is supported by current RPM versions. Fixes: #19983
Diffstat (limited to 'Tests/CPackComponentsForAll/MyLibCPackConfig-IgnoreGroup.cmake.in')
-rw-r--r--Tests/CPackComponentsForAll/MyLibCPackConfig-IgnoreGroup.cmake.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/CPackComponentsForAll/MyLibCPackConfig-IgnoreGroup.cmake.in b/Tests/CPackComponentsForAll/MyLibCPackConfig-IgnoreGroup.cmake.in
index a6f6ea9..1105cb8 100644
--- a/Tests/CPackComponentsForAll/MyLibCPackConfig-IgnoreGroup.cmake.in
+++ b/Tests/CPackComponentsForAll/MyLibCPackConfig-IgnoreGroup.cmake.in
@@ -20,7 +20,7 @@ if(CPACK_GENERATOR MATCHES "RPM")
set(CPACK_RPM_HEADERS_PACKAGE_ARCHITECTURE "noarch")
# test cross-built rpm
- set(CPACK_RPM_APPLICATIONS_PACKAGE_ARCHITECTURE "armv7hf")
+ set(CPACK_RPM_APPLICATIONS_PACKAGE_ARCHITECTURE "armv7hl")
# test package summary override - headers rpm is generated in the middle
set(CPACK_RPM_PACKAGE_SUMMARY "default summary")