diff options
author | Allen Winter <allen.winter@kdab.com> | 2021-11-28 12:56:10 -0500 |
---|---|---|
committer | Allen Winter <allen.winter@kdab.com> | 2021-11-28 12:56:10 -0500 |
commit | 26568d1998e2d26345c0b73759cf27da150e1e9d (patch) | |
tree | 8b2f8e5f1afc15a52c1e54ed4c0642b3655258bc /cmake | |
parent | 8644f0fb781daa66de4186ead5ebfe4fba581ac9 (diff) | |
download | libical-git-26568d1998e2d26345c0b73759cf27da150e1e9d.tar.gz |
lots of spelling fixes found by codespell
Diffstat (limited to 'cmake')
-rw-r--r-- | cmake/Toolchain-iOS.cmake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cmake/Toolchain-iOS.cmake b/cmake/Toolchain-iOS.cmake index 3fe4c3db..5bef083b 100644 --- a/cmake/Toolchain-iOS.cmake +++ b/cmake/Toolchain-iOS.cmake @@ -47,7 +47,7 @@ set (CMAKE_C_OSX_CURRENT_VERSION_FLAG "-current_version ") set (CMAKE_CXX_OSX_COMPATIBILITY_VERSION_FLAG "${CMAKE_C_OSX_COMPATIBILITY_VERSION_FLAG}") set (CMAKE_CXX_OSX_CURRENT_VERSION_FLAG "${CMAKE_C_OSX_CURRENT_VERSION_FLAG}") -# Hidden visibilty is required for cxx on iOS +# Hidden visibility is required for cxx on iOS set (CMAKE_C_FLAGS "") set (CMAKE_CXX_FLAGS "-headerpad_max_install_names -fvisibility=hidden -fvisibility-inlines-hidden") @@ -98,7 +98,7 @@ if (NOT DEFINED CMAKE_IOS_SDK_ROOT) list (REVERSE _CMAKE_IOS_SDKS) list (GET _CMAKE_IOS_SDKS 0 CMAKE_IOS_SDK_ROOT) else (_CMAKE_IOS_SDKS) - message (FATAL_ERROR "No iOS SDK's found in default seach path ${CMAKE_IOS_DEVELOPER_ROOT}. Manually set CMAKE_IOS_SDK_ROOT or install the iOS SDK.") + message (FATAL_ERROR "No iOS SDK's found in default search path ${CMAKE_IOS_DEVELOPER_ROOT}. Manually set CMAKE_IOS_SDK_ROOT or install the iOS SDK.") endif (_CMAKE_IOS_SDKS) message (STATUS "Toolchain using default iOS SDK: ${CMAKE_IOS_SDK_ROOT}") endif (NOT DEFINED CMAKE_IOS_SDK_ROOT) |