Hi all,<br><br>I am currently developing a project involving ITK and wxWidgets. My CMakeLists.txt generates nice projects both for Linux and Windows. However, when I create an Xcode project for OSX, I cannot run my program in release configuration. It compiles and links fine, but, when I try to run the program, it complains about a mismatch library : use release, while compiling with debug (cannot remember the exact message ...).<br>
<br>To solve the problem, I have to remove the flag NDEBUG in ccmake when building ITK and when building my project.<br><br>I really cannot understand the problem, as it runs fine on linux and windows, but not on OSX. Do you have any issue, or, at least, any explanations ?<br>
<br>Regards,<br><br>Olivier<br>