Commit bfab279a authored by Henri Valta's avatar Henri Valta Committed by Wayne Stambaugh

Fix parallel build issue when KICAD_SKIP_BOOST=ON.

parent fc2229df
......@@ -33,3 +33,4 @@ set(3D-VIEWER_SRCS
)
add_library(3d-viewer STATIC ${3D-VIEWER_SRCS})
add_dependencies( 3d-viewer pcbcommon )
......@@ -29,5 +29,4 @@ set( PCAD2PCBNEW_SRCS
)
add_library( pcad2kicadpcb STATIC ${PCAD2PCBNEW_SRCS} )
add_dependencies( pcad2kicadpcb lib-dependencies )
add_dependencies( pcad2kicadpcb pcbcommon )
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