From: John L. <jla...@gm...> - 2012-07-04 03:25:01
|
On Tue, Jul 3, 2012 at 8:39 AM, Andre Arpin <ar...@ki...> wrote: > > macro: WX_SET_LIBRARIES Please help me by briefly noting where things like this are so I don't have to search for them. FindwxWidgets.cmake is CMake's function to find wxWidgets and is very strangely written. I made a copy of it to fix a small bug ot not being able to select a unicode build after it had found an ANSI build, but there may be more issues. > test for debug file even if only release mode is being compiled Please uncheck wxWidgets_USE_REL_AND_DBG in the CMake gui and try again. I think that's the intention of that variable. I would like to avoid having to completely rewrite that file, but we'll see... Regards, John |