kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #41294
[PATCH 0/1] Possible fix for lexer generator dependency ordering
Hi,
this might fix the lexer problems. Please test extensively.
Simon
Simon Richter (1):
Fix build order for generated headers and sources
CMakeModules/Functions.cmake | 27 ++++--------
CMakeModules/TokenList2DsnLexer.cmake | 2 +-
common/CMakeLists.txt | 73 +++++++++----------------------
common/page_layout/page_layout_reader.cpp | 2 +-
common/page_layout/ws_data_model_io.cpp | 2 +-
eeschema/CMakeLists.txt | 47 ++++++++------------
eeschema/dialogs/dialog_bom.cpp | 2 +-
new/CMakeLists.txt | 26 +++++------
pcb_calculator/CMakeLists.txt | 14 ++----
pcbnew/CMakeLists.txt | 27 ++++--------
pcbnew/specctra_import_export/specctra.h | 2 +-
qa/eeschema/CMakeLists.txt | 5 +--
12 files changed, 79 insertions(+), 150 deletions(-)
--
2.11.0
Follow ups