Skip to content

Commit b33592e

Browse files
etcwildecthielen
authored andcommitted
CMake: Fix typo
Misspelled Swift in the Platform info compiler target check. Fixing that.
1 parent 8c0c0a8 commit b33592e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/modules/PlatformInfo.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ See https://swift.org/LICENSE.txt for license information
88
#]]
99

1010
set(target_info_cmd "${CMAKE_Swift_COMPILER}" -print-target-info)
11-
if(CMAKE_Swfit_COMPILER_TARGET)
11+
if(CMAKE_Swift_COMPILER_TARGET)
1212
list(APPEND target_info_cmd -target ${CMAKE_Swift_COMPILER_TARGET})
1313
endif()
1414
execute_process(COMMAND ${target_info_cmd} OUTPUT_VARIABLE target_info_json)

0 commit comments

Comments
 (0)