mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
Add a helper to select architecture-specific implementations of a package on an Apple-specific platform. Fixes: #25516
3 lines
88 B
CMake
3 lines
88 B
CMake
set(platform_name ios-simulator-arm64)
|
|
include(apple-export-ios-simulator-common.cmake)
|