[CMake] CMAKE_SHARED_LIBRARY_PREFIX

David Cole david.cole at kitware.com
Tue Dec 28 07:46:34 EST 2010


What's the context of your question?

When processing a CMakeLists file, on Linux, the typical value is "lib".

There could be any number of reasons why it would be blank for you:
- you're running a cmake -P script, not processing a CMakeLists file
- some file in your project has overridden the value of
CMAKE_SHARED_LIBRARY_PREFIX for some reason
- ???

I'm sure there are more, so perhaps more context from you would help us
answer the question more definitively...


On Tue, Dec 28, 2010 at 7:41 AM, Micha Renner <Micha.Renner at t-online.de>wrote:

> Hello,
>
> I always thought that CMAKE_SHARED_LIBRARY_PREFIX should have the value
> "lib" (Linux). On my system it is blank. Is there a specific reason for
> that?
>
> Greetings
> Micha
>
>
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Please keep messages on-topic and check the CMake FAQ at:
> http://www.cmake.org/Wiki/CMake_FAQ
>
> Follow this link to subscribe/unsubscribe:
> http://www.cmake.org/mailman/listinfo/cmake
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.cmake.org/pipermail/cmake/attachments/20101228/6ea65dbf/attachment.htm>


More information about the CMake mailing list