Re: [CMake] CMAKE_SHARED_LIBRARY_PREFIX

2010-12-28 Thread Bill Hoffman
On 12/28/2010 9:25 AM, Micha Renner wrote: Am Dienstag, den 28.12.2010, 08:51 -0500 schrieb David Cole: CMAKE_SHARED_LIBRARY_PREFIX only has one "F" Shame on me. Nevertheless, thank you. Useful hint... cmake --trace That will show all the commands including set commands for stuff like t

Re: [CMake] CMAKE_SHARED_LIBRARY_PREFIX

2010-12-28 Thread Micha Renner
Am Dienstag, den 28.12.2010, 08:51 -0500 schrieb David Cole: > CMAKE_SHARED_LIBRARY_PREFIX only has one "F" Shame on me. Nevertheless, thank you. Greetings Micha ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://w

Re: [CMake] CMAKE_SHARED_LIBRARY_PREFIX

2010-12-28 Thread David Cole
CMAKE_SHARED_LIBRARY_PREFIX only has one "F" (i.e., it's not "CMAKE_SHARED_LIBRARY_PREFFIX") On Tue, Dec 28, 2010 at 8:28 AM, Micha Renner wrote: > Am Dienstag, den 28.12.2010, 07:46 -0500 schrieb David Cole: > > What's the context of your question? > > > > > > When processing a CMakeLists file

Re: [CMake] CMAKE_SHARED_LIBRARY_PREFIX

2010-12-28 Thread Micha Renner
Am Dienstag, den 28.12.2010, 07:46 -0500 schrieb David Cole: > What's the context of your question? > > > When processing a CMakeLists file, on Linux, the typical value is > "lib". Aha. The following small script... PROJECT(T) CMAKE_MINIMUM_REQUIRED(VERSION 2.8.3) MESSAGE(STATUS "> CMA

Re: [CMake] CMAKE_SHARED_LIBRARY_PREFIX

2010-12-28 Thread David Cole
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 val

[CMake] CMAKE_SHARED_LIBRARY_PREFIX

2010-12-28 Thread Micha Renner
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 h

Re: [CMake] CMAKE_SHARED_LIBRARY_PREFIX is blank on msvc?

2009-11-15 Thread Bill Hoffman
Tyler Roscoe wrote: On Sat, Nov 14, 2009 at 07:01:23PM -0500, David Manura wrote: CMAKE_SHARED_LIBRARY_PREFIX is blank on MSVC, unlike on most platforms (MinGW included): I don't know how to solve your problem but none of the Windows libraries I've seen use the convention of putting "lib" at t

Re: [CMake] CMAKE_SHARED_LIBRARY_PREFIX is blank on msvc?

2009-11-15 Thread Tyler Roscoe
On Sat, Nov 14, 2009 at 07:01:23PM -0500, David Manura wrote: > CMAKE_SHARED_LIBRARY_PREFIX is blank on MSVC, unlike on most platforms > (MinGW included): I don't know how to solve your problem but none of the Windows libraries I've seen use the convention of putting "lib" at the beginning of libr

Re: [CMake] CMAKE_SHARED_LIBRARY_PREFIX is blank on msvc?

2009-11-15 Thread Michael Wild
On 15. Nov, 2009, at 1:01 , David Manura wrote: CMAKE_SHARED_LIBRARY_PREFIX is blank on MSVC, unlike on most platforms (MinGW included): $ (cd cmake-2.8.0/Modules/Platform/ && grep -re CMAKE_SHARED_LIBRARY_PREFIX .) ./AIX.cmake:SET(CMAKE_SHARED_LIBRARY_PREFIX "lib") # lib ./Blue

[CMake] CMAKE_SHARED_LIBRARY_PREFIX is blank on msvc?

2009-11-14 Thread David Manura
CMAKE_SHARED_LIBRARY_PREFIX is blank on MSVC, unlike on most platforms (MinGW included): $ (cd cmake-2.8.0/Modules/Platform/ && grep -re CMAKE_SHARED_LIBRARY_PREFIX .) ./AIX.cmake:SET(CMAKE_SHARED_LIBRARY_PREFIX "lib") # lib ./BlueGeneL.cmake:SET(CMAKE_SHARED_LIBRARY_PREFIX "lib")