Search found 1 match

by jacobf
Tue, 2006-10-24, 18:02
Forum: DCMTK - Installation
Topic: Debug Suffix / Postfix (CMAKE_DEBUG_POSTFIX)
Replies: 2
Views: 8063

Debug Suffix / Postfix (CMAKE_DEBUG_POSTFIX)

The CMake INSTALL dumps all libs into a single lib folder. Thus, you only get the configuration you last built (debug or optimized). I recommend setting CMAKE_DEBUG_POSTFIX in the root CMakeLists.txt file so that debug libs can coexist with release libs. For example, I have modified the following se...