Commit 9413b305 authored by Marco Serantoni's avatar Marco Serantoni

Fix for bug #1285878, build fails with clean repository and high parallelism...

Fix for bug #1285878, build fails with clean repository and high parallelism due missing dependance between router and pcbcommon
parent 2c69b7f5
......@@ -4,6 +4,10 @@ set( MAKE_LINK_MAPS false )
add_definitions( -DPCBNEW )
add_subdirectory(router)
# psnrouter depends on make_lexer outputs in common (bug # 1285878 )
add_dependencies( pnsrouter pcbcommon )
if( KICAD_SCRIPTING OR KICAD_SCRIPTING_MODULES )
file( MAKE_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/scripting )
find_package( SWIG REQUIRED )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment