diff options
author | Gregor Jasny <gjasny@googlemail.com> | 2017-10-08 19:17:41 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2017-10-10 13:08:44 (GMT) |
commit | 78a560e42bc475ff3fbebd8baa1f12ea0f3ea172 (patch) | |
tree | 7bb15f3abb79e6153d012498bb5dc720c4feb42f /Tests/RunCMake/XcodeProject/XcodeIOSInstallCombined-install-check.cmake | |
parent | d210b2813072c874ee13fcc941e41aacacf09874 (diff) | |
download | CMake-78a560e42bc475ff3fbebd8baa1f12ea0f3ea172.zip CMake-78a560e42bc475ff3fbebd8baa1f12ea0f3ea172.tar.gz CMake-78a560e42bc475ff3fbebd8baa1f12ea0f3ea172.tar.bz2 |
Revert "Xcode: Adjust tests to drop of 32bit iOS architectures"
This reverts commit d210b2813072c874ee13fcc941e41aacacf09874.
Diffstat (limited to 'Tests/RunCMake/XcodeProject/XcodeIOSInstallCombined-install-check.cmake')
-rw-r--r-- | Tests/RunCMake/XcodeProject/XcodeIOSInstallCombined-install-check.cmake | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/Tests/RunCMake/XcodeProject/XcodeIOSInstallCombined-install-check.cmake b/Tests/RunCMake/XcodeProject/XcodeIOSInstallCombined-install-check.cmake index cd71205..a1c0671 100644 --- a/Tests/RunCMake/XcodeProject/XcodeIOSInstallCombined-install-check.cmake +++ b/Tests/RunCMake/XcodeProject/XcodeIOSInstallCombined-install-check.cmake @@ -13,11 +13,7 @@ function(verify_architectures file) string(REPLACE "architecture " "" actual "${architectures}") list(SORT actual) - if(XCODE_VERSION VERSION_GREATER_EQUAL 9) - set(expected arm64 x86_64) - else() - set(expected arm64 armv7 i386 x86_64) - endif() + set(expected arm64 armv7 i386 x86_64) if(NOT actual STREQUAL expected) message(SEND_ERROR |