diff options
Diffstat (limited to 'Modules/CMakeSystemSpecificInitialize.cmake')
-rw-r--r-- | Modules/CMakeSystemSpecificInitialize.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/CMakeSystemSpecificInitialize.cmake b/Modules/CMakeSystemSpecificInitialize.cmake index de4d7f5..21bcd40 100644 --- a/Modules/CMakeSystemSpecificInitialize.cmake +++ b/Modules/CMakeSystemSpecificInitialize.cmake @@ -15,7 +15,7 @@ # An example are the platforms supported by Xcode (macOS, iOS, tvOS, # and watchOS). For all of those the CMAKE_EFFECTIVE_SYSTEM_NAME is # set to Apple which results in using -# Platfom/Apple-AppleClang-CXX.cmake for the Apple C++ compiler. +# Platform/Apple-AppleClang-CXX.cmake for the Apple C++ compiler. set(CMAKE_EFFECTIVE_SYSTEM_NAME "${CMAKE_SYSTEM_NAME}") include(Platform/${CMAKE_SYSTEM_NAME}-Initialize OPTIONAL) |