You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Bump cmake minimum version. Support pre-3.28 in FindVulkan.
Fixes#1100.
* Fix use of undefined variable and errant brace.
* Set CMAKE_FIND_FRAMEWORK for correct operation.
* Fix incorrect variable name and formatting.
Only set CMAKE_FIND_FRAMEWORK when not previously defined.
* Delete unnecessary unset.
CMAKE_FIND_FRAMEWORK is not set if _Vulkan_saved_cmake_find_framework
is unset.
* Revert CMake version bumps.
Instead:
* Add fatal error in app/CMakeLists.txt when IOS and version < 3.20.
* Change version <3.28 workaround in FindVulkan to work with CMake versions
back to 3.16 and earlier.
0 commit comments