Merge topic 'imported-target-framework-path'

d605f728f7 macOS: Allow IMPORTED_LOCATION to be a framework folder

Acked-by: Kitware Robot <kwrobot@kitware.com>
Tested-by: buildbot <buildbot@kitware.com>
Merge-request: !8586
This commit is contained in:
Brad King
2023-06-26 13:47:21 +00:00
committed by Kitware Robot
10 changed files with 86 additions and 56 deletions
+5
View File
@@ -15,6 +15,11 @@ is the location of the ``.dll`` part of the library. For ``UNKNOWN``
libraries this is the location of the file to be linked. Ignored for
non-imported targets.
.. versionadded:: 3.28
For frameworks on macOS, this may be the location of the framework folder
itself.
The ``IMPORTED_LOCATION`` target property may be overridden for a
given configuration ``<CONFIG>`` by the configuration-specific
:prop_tgt:`IMPORTED_LOCATION_<CONFIG>` target property. Furthermore,
@@ -0,0 +1,5 @@
imported-target-framework-path
------------------------------
* The :prop_tgt:`IMPORTED_LOCATION` property of a macOS framework may now be
the location of the framework folder itself.