Search found 4 matches

by A. Haferburg
Tue, 2011-03-22, 10:04
Forum: DCMTK - Installation
Topic: Install Debug and Release at the same time?
Replies: 8
Views: 18062

Hi Micheal, thank you for your reply. It appears we cross-posted. CMake does provide a way to append a suffix to debug libraries, and I added it to your CMakeLists.txt, see above. I also suggest that you try to maintain the FindDCMTK.cmake script, considering that you also maintain the INSTALL. I'm ...
by A. Haferburg
Mon, 2011-03-21, 18:11
Forum: DCMTK - Installation
Topic: Install Debug and Release at the same time?
Replies: 8
Views: 18062

I found a similar post here . I've modified the root CMakeLists.txt to add two variables, DCMTK_WITH_DEBUG_POSTFIX to solve our problem, and DCMTK_LINK_AGAINST_DLL (Windows only) to address FAQ #26 . Maybe you could include these modifications in the next release. I've also "attached" the ...
by A. Haferburg
Mon, 2011-03-21, 16:24
Forum: DCMTK - Installation
Topic: Install Debug and Release at the same time?
Replies: 8
Views: 18062

In that case the FindDCMTK.cmake script finds only one of the installations. There's only one DCMTK_DIR.
by A. Haferburg
Mon, 2011-03-21, 15:26
Forum: DCMTK - Installation
Topic: Install Debug and Release at the same time?
Replies: 8
Views: 18062

Install Debug and Release at the same time?

Hello, we need both a Debug and Release version of the DCMTK libraries. Otherwise, when trying to link our Debug build against a Release version of the DCMTK we get the linker error LNK2038 (_ITERATOR_DEBUG_LEVEL conflict). However, when we build the DCMTK in either Debug or Release, the INSTALL tar...