2014-08-03 19:52:23 +02:00
|
|
|
IMPORTED_NO_SONAME
|
|
|
|
------------------
|
|
|
|
|
2019-11-11 23:01:05 +01:00
|
|
|
Specifies that an ``IMPORTED`` shared library target has no ``soname``.
|
2014-08-03 19:52:23 +02:00
|
|
|
|
|
|
|
Set this property to true for an imported shared library file that has
|
2019-11-11 23:01:05 +01:00
|
|
|
no ``soname`` field. CMake may adjust generated link commands for some
|
2014-08-03 19:52:23 +02:00
|
|
|
platforms to prevent the linker from using the path to the library in
|
2019-11-11 23:01:05 +01:00
|
|
|
place of its missing ``soname``. Ignored for non-imported targets.
|