We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fd5902 commit 36df990Copy full SHA for 36df990
cmake/modules/SwiftSetIfArchBitness.cmake
@@ -6,9 +6,7 @@ function(set_if_arch_bitness var_name)
6
"" # multi-value args
7
${ARGN})
8
9
- if("${SIA_ARCH}" STREQUAL "avr")
10
- set("${var_name}" "${SIA_CASE_16_BIT}" PARENT_SCOPE)
11
- elseif("${SIA_ARCH}" STREQUAL "i386" OR
+ if("${SIA_ARCH}" STREQUAL "i386" OR
12
"${SIA_ARCH}" STREQUAL "i686" OR
13
"${SIA_ARCH}" STREQUAL "x86" OR
14
"${SIA_ARCH}" STREQUAL "armv4t" OR
0 commit comments