mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-07 14:20:06 -06:00
Add a helper to select architecture-specific implementations of a package on an Apple-specific platform. Fixes: #25516
8 lines
306 B
ReStructuredText
8 lines
306 B
ReStructuredText
package-dispatch-apple
|
|
----------------------
|
|
|
|
* The :module:`CMakePackageConfigHelpers` module gained a new
|
|
:command:`generate_apple_architecture_selection_file` function, which can be
|
|
used to generate a file that includes an architecture-specific implementation
|
|
of a package for an Apple platform.
|