leetal / ios-cmake

A CMake toolchain file for iOS/iPadOS, visionOS, macOS, watchOS & tvOS C/C++/Obj-C++ development
BSD 3-Clause "New" or "Revised" License
1.89k stars 448 forks source link

Update ios.toolchain.cmake #169

Closed Blackclaws closed 1 year ago

Blackclaws commented 1 year ago

Honor existing CMAKE_FIND_FRAMEWORK setting.

Fixes #168

Blackclaws commented 1 year ago

This by the way matches upstream behaviour as this was fixed in Darwin.cmake in cmake 2.8.9

https://public.kitware.com/Bug/view.php?id=13261