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
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
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
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
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
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
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
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
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_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")
10 matches
Mail list logo