From 8a5163a9f55fa8d3846f792fad52c62ffe13e43b Mon Sep 17 00:00:00 2001 From: Jon Evans Date: Sun, 23 Aug 2020 16:22:29 -0400 Subject: [PATCH] Build cvpcb after pcbnew cvpcb now depends on ${PCBNEW_IO_LIBRARIES} set in pcbnew's CMakeLists.txt --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 300eb58100..8ca7ea18a1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -982,7 +982,6 @@ add_subdirectory( bitmaps_png ) add_subdirectory( libs ) add_subdirectory( common ) add_subdirectory( 3d-viewer ) -add_subdirectory( cvpcb ) add_subdirectory( eeschema ) add_subdirectory( gerbview ) add_subdirectory( pcbnew ) @@ -990,6 +989,7 @@ add_subdirectory( pagelayout_editor ) add_subdirectory( bitmap2component ) add_subdirectory( pcb_calculator ) add_subdirectory( plugins ) # 3D plugins must be built before kicad +add_subdirectory( cvpcb ) # must be after pcbnew add_subdirectory( kicad ) # should follow pcbnew, eeschema add_subdirectory( tools ) add_subdirectory( utils )