summaryrefslogtreecommitdiffstats
path: root/Help/command
diff options
context:
space:
mode:
authorKyle Edwards <kyle.edwards@kitware.com>2023-07-28 18:59:06 (GMT)
committerKitware Robot <kwrobot@kitware.com>2023-07-28 18:59:14 (GMT)
commit4cf5eab79d820bb482c1de54ed67a614ce377fae (patch)
tree88b51ee699cb8d45450787d5f24dc380bdce7f64 /Help/command
parent731fba7751affe2a7c7354e04f4c0082666d05e6 (diff)
parent9bf8f7de0650a3a904b4947bd5527206e2564724 (diff)
downloadCMake-4cf5eab79d820bb482c1de54ed67a614ce377fae.zip
CMake-4cf5eab79d820bb482c1de54ed67a614ce377fae.tar.gz
CMake-4cf5eab79d820bb482c1de54ed67a614ce377fae.tar.bz2
Merge topic 'xcframework-find-library'
9bf8f7de06 find_library(): Add support for .xcframework Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !8661
Diffstat (limited to 'Help/command')
-rw-r--r--Help/command/find_library.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/Help/command/find_library.rst b/Help/command/find_library.rst
index 99e36a4..fb2c2f1 100644
--- a/Help/command/find_library.rst
+++ b/Help/command/find_library.rst
@@ -60,6 +60,10 @@ path to the framework ``<fullPath>/A.framework``. When a full path to a
framework is used as a library, CMake will use a ``-framework A``, and a
``-F<fullPath>`` to link the framework to the target.
+.. versionadded:: 3.28
+
+ The library found can now be a ``.xcframework`` folder.
+
If the :variable:`CMAKE_FIND_LIBRARY_CUSTOM_LIB_SUFFIX` variable is set all
search paths will be tested as normal, with the suffix appended, and with
all matches of ``lib/`` replaced with