<div dir="ltr">Why isn't it a proper library?<div><br></div><div style>Aleix</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, May 9, 2013 at 1:35 AM, Milian Wolff <span dir="ltr"><<a href="mailto:mail@milianw.de" target="_blank">mail@milianw.de</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">On Wednesday 08 May 2013 22:37:40 Jonathan Riddell wrote:<br>
> I get this failure from cmake when configuring kdevelop 4.5.0<br>
><br>
> CMake Error at languages/cpp/tests/CMakeLists.txt:103<br>
> (target_link_libraries):<br>
>   Target "kdevcpplanguagesupport" of type MODULE_LIBRARY may not be linked<br>
>   into another target.  One may link only to STATIC or SHARED libraries, or<br>
>   to executables with the ENABLE_EXPORTS property set.<br>
><br>
>   If you are developing a new project, re-organize it to avoid linking to<br>
>   modules.  If you are just trying to build an existing project, set<br>
>   CMAKE_BACKWARDS_COMPATIBILITY to 2.2 or lower to allow linking to modules.<br>
><br>
> any ideas why?<br>
<br>
</div></div>probably b/c kdevcpplanguagesupport is not a proper library but needs to be<br>
one to be linked into the test<br>
<span class="HOEnZb"><font color="#888888">--<br>
Milian Wolff<br>
<a href="mailto:mail@milianw.de">mail@milianw.de</a><br>
<a href="http://milianw.de" target="_blank">http://milianw.de</a></font></span><br>_______________________________________________<br>
KDevelop mailing list<br>
<a href="mailto:KDevelop@kde.org">KDevelop@kde.org</a><br>
<a href="https://mail.kde.org/mailman/listinfo/kdevelop" target="_blank">https://mail.kde.org/mailman/listinfo/kdevelop</a><br>
<br></blockquote></div><br></div>