[Dcmlib] Appending D to Debug libraries

Mathieu Malaterre mathieu.malaterre at kitware.com
Tue Mar 28 21:15:36 CEST 2006


Marco Feuerstein wrote:
> Hi,
> 
> last November I was suggesting to append a 'D' to all gdcm library names
> built in debug mode, as it is the default for a lot of libraries.
> This can be done by putting following lines in the top level CMakeLists.txt:
> 
> IF(WIN32)
> SET(CMAKE_DEBUG_POSTFIX "D")
> ENDIF(WIN32)
> 
> This will append a 'D' to the resulting debug libraries' and dlls' names, so
> the release and debug versions can be distinguished properly.
> 
> Would it be possible to add that?

Hi Marco,

	Last time I tried this option there were a few issues. I believe only 
the upcomming cmake 2.4 has proper support for this command. So until 
cmake 2.4 is out, I am not adding it to gdcm, sorry.

Thanks for report anyway !
Mathieu



More information about the Dcmlib mailing list