mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 21:31:08 -06:00
Swift: Fix typo in linker configuration logic
Fix a typo from commit c1c4cf9545 (Linker configuration: introduce a new
architecture, 2024-06-05): `Swoft` => `Swift`.
Reported-by: Evan Wilde <etceterawilde@gmail.com>
This commit is contained in:
committed by
Brad King
parent
1debc1f2bc
commit
a34756b622
@@ -13,7 +13,7 @@ include(Internal/CMakeCommonLinkerInformation)
|
||||
set(_INCLUDED_FILE 0)
|
||||
|
||||
# Load linker-specific information.
|
||||
if(CMAKE_Swoft_COMPILER_LINKER_ID)
|
||||
if(CMAKE_Swift_COMPILER_LINKER_ID)
|
||||
include(Linker/${CMAKE_Swift_COMPILER_LINKER_ID}-Swift OPTIONAL)
|
||||
endif()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user