What's the context of your question?<div><br></div><div>When processing a CMakeLists file, on Linux, the typical value is "lib".</div><div><br></div><div>There could be any number of reasons why it would be blank for you:</div>
<div>- you're running a cmake -P script, not processing a CMakeLists file</div><div>- some file in your project has overridden the value of CMAKE_SHARED_LIBRARY_PREFIX for some reason<br>- ???</div><div><br></div><div>
I'm sure there are more, so perhaps more context from you would help us answer the question more definitively...</div><div><br></div><div><br><div class="gmail_quote">On Tue, Dec 28, 2010 at 7:41 AM, Micha Renner <span dir="ltr"><<a href="mailto:Micha.Renner@t-online.de">Micha.Renner@t-online.de</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Hello,<br>
<br>
I always thought that CMAKE_SHARED_LIBRARY_PREFIX should have the value<br>
"lib" (Linux). On my system it is blank. Is there a specific reason for<br>
that?<br>
<br>
Greetings<br>
Micha<br>
<br>
<br>
_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the CMake FAQ at: <a href="http://www.cmake.org/Wiki/CMake_FAQ" target="_blank">http://www.cmake.org/Wiki/CMake_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.cmake.org/mailman/listinfo/cmake" target="_blank">http://www.cmake.org/mailman/listinfo/cmake</a><br>
</blockquote></div><br></div>