[Insight-users] debugging Itk code

Felix Bollenbeck bollen at ipk-gatersleben.de
Thu Mar 15 05:29:53 EST 2007


hi all,
im trying to debug itk code in kdevelop. therefore i set the build target

in CMakeLists.txt:

SET(CMAKE_BUILD_TYPE=debug)

in CMakeCache.txt:

CMAKE_CXX_FLAGS_DEBUG:STRING='-g'

buildig:

Warning: CMake is forcing CMAKE_CXX_FLAGS_DEBUG to "" to match that 
imported from ITK. If this message appears for more than one imported 
project, you have conflicting options and will have to re-build one of 
those projects.

I therefore cant debug the program. Do i have to re-build the whole 
library for debugging?

cheers,

felix.



More information about the Insight-users mailing list