Fix parallel build issue when KICAD_SKIP_BOOST=ON.
This commit is contained in:
parent
fc2229dfca
commit
bfab279a43
|
@ -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 )
|
||||
|
|
Loading…
Reference in New Issue