Fix dependency bug introduced in RPATH patch e0b33ee8

This commit is contained in:
hauptmech 2018-03-06 13:46:05 +13:00 committed by Wayne Stambaugh
parent f7ef010fe1
commit e62db2841a
1 changed files with 1 additions and 1 deletions

View File

@ -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 )