mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-23 14:48:19 -05:00
ede33f30cf
Fixes: #24123
13 lines
459 B
Plaintext
13 lines
459 B
Plaintext
.. note::
|
|
|
|
On macOS, this property will be ignored for the linker import files (e.g.
|
|
``.tbd`` files, see :prop_tgt:`ENABLE_EXPORTS` property for details) when:
|
|
|
|
* The :prop_tgt:`FRAMEWORK` is set, because the framework layout cannot be
|
|
changed.
|
|
* The :generator:`Xcode` generator is used, due to the limitations and
|
|
constraints of the ``Xcode`` tool.
|
|
|
|
In both cases, the linker import files will be generated |IDEM| as the shared
|
|
library.
|