diff options
author | Craig Scott <craig.scott@crascit.com> | 2021-02-04 09:30:49 (GMT) |
---|---|---|
committer | Craig Scott <craig.scott@crascit.com> | 2021-02-06 00:34:28 (GMT) |
commit | 4d46b1401f9d1624fa5afc3995844d7aebc7ccf4 (patch) | |
tree | e2396c9fab9f6c9e694ae3e281d0d28c8f6a446d /Help/release/dev | |
parent | 1a915e89531adb426be6db6f648ef496ee8c38e8 (diff) | |
download | CMake-4d46b1401f9d1624fa5afc3995844d7aebc7ccf4.zip CMake-4d46b1401f9d1624fa5afc3995844d7aebc7ccf4.tar.gz CMake-4d46b1401f9d1624fa5afc3995844d7aebc7ccf4.tar.bz2 |
add_library(): Allow imported object libraries with multi-arch
Fixes: #21276
Diffstat (limited to 'Help/release/dev')
-rw-r--r-- | Help/release/dev/object-lib-multiarch.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Help/release/dev/object-lib-multiarch.rst b/Help/release/dev/object-lib-multiarch.rst new file mode 100644 index 0000000..0d309d6 --- /dev/null +++ b/Help/release/dev/object-lib-multiarch.rst @@ -0,0 +1,8 @@ +object-lib-multiarch +-------------------- + +* The :command:`add_library` command previously prohibited imported object + libraries when using potentially multi-architecture configurations. + This mostly affected the :generator:`Xcode` generator, e.g. when targeting + iOS or one of the other device platforms. This restriction has now been + removed. |