Skip to content

Commit 5cc0808

Browse files
authored
SwiftConfigureSDK.cmake: convert tabs to spaces (#62237)
Using tabs instead of spaces led to inconsistency and broken formatting.
1 parent b73f2a8 commit 5cc0808

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cmake/modules/SwiftConfigureSDK.cmake

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -392,9 +392,9 @@ macro(configure_sdk_unix name architectures)
392392

393393
set(SWIFT_SDK_OPENBSD_ARCH_amd64_TRIPLE "amd64-unknown-openbsd${openbsd_system_version}")
394394

395-
if(CMAKE_SYSROOT)
396-
set(SWIFT_SDK_OPENBSD_ARCH_${arch}_PATH "${CMAKE_SYSROOT}${SWIFT_SDK_OPENBSD_ARCH_${arch}_PATH}" CACHE INTERNAL "sysroot path" FORCE)
397-
endif()
395+
if(CMAKE_SYSROOT)
396+
set(SWIFT_SDK_OPENBSD_ARCH_${arch}_PATH "${CMAKE_SYSROOT}${SWIFT_SDK_OPENBSD_ARCH_${arch}_PATH}" CACHE INTERNAL "sysroot path" FORCE)
397+
endif()
398398
elseif("${prefix}" STREQUAL "CYGWIN")
399399
if(NOT arch STREQUAL x86_64)
400400
message(FATAL_ERROR "unsupported arch for cygwin: ${arch}")

0 commit comments

Comments
 (0)