Files
CMake/Help/release/dev/package-dispatch-apple.rst
Brad King 4ac5a2f866 CMakePackageConfigHelpers: Add generate_apple_architecture_selection_file()
Add a helper to select architecture-specific implementations of a
package on an Apple-specific platform.

Fixes: #25516
2023-12-19 08:56:30 -05:00

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.