From e62db2841aaf43ecb227075afe90eb9840adc1dd Mon Sep 17 00:00:00 2001 From: hauptmech Date: Tue, 6 Mar 2018 13:46:05 +1300 Subject: [PATCH] Fix dependency bug introduced in RPATH patch e0b33ee8 --- pcbnew/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pcbnew/CMakeLists.txt b/pcbnew/CMakeLists.txt index 3ec6bbc234..dfe8e7113a 100644 --- a/pcbnew/CMakeLists.txt +++ b/pcbnew/CMakeLists.txt @@ -685,7 +685,7 @@ add_dependencies( pcbnew pcbnew_kiface ) # add dependency to specctra_lexer_source_files, to force # generation of autogenerated file -add_dependencies( pcbnew_kiface specctra_lexer_source_files ) +add_dependencies( pcbnew_kiface_objects specctra_lexer_source_files ) # these 2 binaries are a matched set, keep them together: if( APPLE )