Re: [CMake] MSVC and different link_directories for release and debug

2010-03-24 Thread John Drescher
On Wed, Mar 24, 2010 at 2:10 PM, John Drescher wrote: > On Wed, Mar 24, 2010 at 1:42 PM, Michael Schildt > wrote: >> Hello, >> >> I use GDCM libaries in one project. Unfurtunally, i couldn't find a findGDCM >> module and i'm not experienced enough to write one. I have seen that GDCM is >> used in

Re: [CMake] MSVC and different link_directories for release and debug

2010-03-24 Thread John Drescher
On Wed, Mar 24, 2010 at 1:42 PM, Michael Schildt wrote: > Hello, > > I use GDCM libaries in one project. Unfurtunally, i couldn't find a findGDCM > module and i'm not experienced enough to write one. I have seen that GDCM is > used in ITK, so there must be a module like this. GDCM is using cmake t

[CMake] MSVC and different link_directories for release and debug

2010-03-24 Thread Michael Schildt
Hello, I use GDCM libaries in one project. Unfurtunally, i couldn't find a findGDCM module and i'm not experienced enough to write one. I have seen that GDCM is used in ITK, so there must be a module like this. GDCM is using cmake too, so inclusion should be easy. But i have problems to link