mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 13:20:47 -06:00
8 lines
281 B
ReStructuredText
8 lines
281 B
ReStructuredText
modules-no-soname
|
|
-----------------
|
|
|
|
* The ``SONAME`` field is no longer set for ``MODULE`` libraries
|
|
created with the :command:`add_library` command. ``MODULE``
|
|
libraries are meant for explicit dynamic loading at runtime.
|
|
They cannot be linked so ``SONAME`` is not useful.
|