blob: 8fe74f8eb1e971f03945957b1c113e1b165f8aa6 (
plain)
1
2
3
4
5
6
7
|
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.
|