kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #00849
Re: CMakeLists.txt not working for debug build
--- In kicad-devel@xxxxxxxxxxxxxxx, "Dick H." <dick@...> wrote:
>
> The latest changes to CMakeLists.txt broke the debug build on linux.
It works if I delete the debug/CMakeCache.txt file and then rebuild it
with
cmake -DCMAKE_BUILD_TYPE=Debug -DwxWidgets_USE_DEBUG=ON ../../
I then edited CMakeLists.txt manually to enable VERBOSE compiler
commands so I can see that this DEBUG support is actually working.
Only 3/4 hour lost.
Dick
Follow ups
References