mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-28 09:59:20 -05:00
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:
@@ -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.
|
||||
Reference in New Issue
Block a user