<br><br><div class="gmail_quote">2013/7/19 Nils Gladitz <span dir="ltr"><<a href="mailto:nilsgladitz@gmail.com" target="_blank">nilsgladitz@gmail.com</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div bgcolor="#FFFFFF" text="#000000">
<div>When the library is being created by
CMake itself I would have expected a SONAME by default:<br>
"Default is to set "soname" on all shared libraries and modules as
long as the platform supports it."<br>
<br>
Is armLinux a valid value for CMAKE_SYSTEM_NAME?<br>
Quick glimpse at some documentation suggests you may want "Linux"
instead since there are no armLinux platform files.<br>
<br>
I assume that may also set the proper flags for SONAME to work by
default(?)<span class="HOEnZb"><font color="#888888"><br>
<br>
Nils</font></span><br></div></div>
</blockquote></div><br>You are right again :) So my general mistake was to provide custom-made value for<br>CMAKE_SYSTEM_NAME, while preset one works fine, allowing to set correct name<br>of a shared library and thus making linker to setup correct dependency. Thank you a lot.<br>