[CMake] Project being (unnecessarily) relinked

Christian Ehrlicher Ch.Ehrlicher at gmx.de
Wed Sep 12 07:31:03 EDT 2007


> Von: Jesper Eskilson
> An: Jack Kelly
> CC: cmake at cmake.org
> Betreff: Re: [CMake] Project being (unnecessarily) relinked

> Jack Kelly wrote:
> > Is there any reason why
> > 
> > IF("${CMAKE_BUILD_TYPE}" STREQUAL "Debug")
> >   LINK_DIRECTORIES("/path/to/debug/lib")
> > ELSE("${CMAKE_BUILD_TYPE}" STREQUAL "Debug")
> >   LINK_DIRECTORIES("/path/to/release/lib")
> > ENDIF("${CMAKE_BUILD_TYPE}" STREQUAL "Debug")
> > 
> > won't work for you?
> 
> Yes; I'm using Visual Studio project files. The build type is not set
> when cmake is run; it is determined by Visual Studio.
> 
And this:
SET(FOO_LIBRARY optimized FOO_LIBRARY_RELEASE} debug FOO_LIBRARY_DEBUG})
?

Christian
-- 
Psssst! Schon vom neuen GMX MultiMessenger gehört?
Der kanns mit allen: http://www.gmx.net/de/go/multimessenger


More information about the CMake mailing list