diff options
author | Brad King <brad.king@kitware.com> | 2024-02-05 17:07:38 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2024-02-06 14:29:11 (GMT) |
commit | ca7ef81c39d3c16fdc4f3d2f365dbc5653ec6362 (patch) | |
tree | d70a3f1fb3642b0168b2945919cf857acf035104 /Help/release/dev/install-export-xcframework.rst | |
parent | 2ce6337503538bfbc73b615d04ffe7afe7a7a668 (diff) | |
download | CMake-ca7ef81c39d3c16fdc4f3d2f365dbc5653ec6362.zip CMake-ca7ef81c39d3c16fdc4f3d2f365dbc5653ec6362.tar.gz CMake-ca7ef81c39d3c16fdc4f3d2f365dbc5653ec6362.tar.bz2 |
Help: Consolidate 3.29 release notes
Run the `Utilities/Release/consolidate-relnotes.bash` script to move
notes from `Help/release/dev/*` into `Help/release/3.29.rst`.
Diffstat (limited to 'Help/release/dev/install-export-xcframework.rst')
-rw-r--r-- | Help/release/dev/install-export-xcframework.rst | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/Help/release/dev/install-export-xcframework.rst b/Help/release/dev/install-export-xcframework.rst deleted file mode 100644 index 513a552..0000000 --- a/Help/release/dev/install-export-xcframework.rst +++ /dev/null @@ -1,9 +0,0 @@ -install-export-xcframework --------------------------- - -* The :command:`export(SETUP)` command gained a new ``XCFRAMEWORK_LOCATION`` - argument, which can be used to specify the location of a ``.xcframework`` - that can be substituted for the installed library. -* The :module:`CMakePackageConfigHelpers` module gained a new - :command:`generate_apple_platform_selection_file` function, which can be - used to generate a file that includes another Apple-platform-specific file. |