From 995194f742839a634180fd87d9580a28668da255 Mon Sep 17 00:00:00 2001 From: Simon Richter Date: Thu, 5 May 2016 10:01:38 +0200 Subject: [PATCH] Add missing dependency github_plugin -> pcbcommon The GitHub plugin needs the generated PCB parser code. Gbp-Pq: Topic fixes Gbp-Pq: Name Add-missing-dependency-github_plugin-pcbcommon.patch --- pcbnew/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pcbnew/CMakeLists.txt b/pcbnew/CMakeLists.txt index a0454bec..4fe1978e 100644 --- a/pcbnew/CMakeLists.txt +++ b/pcbnew/CMakeLists.txt @@ -538,6 +538,8 @@ add_subdirectory( pcad2kicadpcb_plugin ) if( BUILD_GITHUB_PLUGIN ) add_subdirectory( github ) add_dependencies( github_plugin lib-dependencies ) + # github_plugin depends on make_lexer outputs in common + add_dependencies( github_plugin pcbcommon ) endif() -- 2.30.2