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 8c0c0a8 commit b33592eCopy full SHA for b33592e
cmake/modules/PlatformInfo.cmake
@@ -8,7 +8,7 @@ See https://swift.org/LICENSE.txt for license information
8
#]]
9
10
set(target_info_cmd "${CMAKE_Swift_COMPILER}" -print-target-info)
11
-if(CMAKE_Swfit_COMPILER_TARGET)
+if(CMAKE_Swift_COMPILER_TARGET)
12
list(APPEND target_info_cmd -target ${CMAKE_Swift_COMPILER_TARGET})
13
endif()
14
execute_process(COMMAND ${target_info_cmd} OUTPUT_VARIABLE target_info_json)
0 commit comments