For macOS, fix KICAD_BUNDLE_LIBS in ogltest.

This commit is contained in:
Adam Wolf 2020-04-09 08:17:38 -05:00 committed by Ian McInerney
parent f4e22a9264
commit e143ecbf40
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ target_link_libraries( kicad-ogltest
if( APPLE )
if( KICAD_USE_OCC )
set( KICAD_BUNDLE_LIBS ${OCC_LIBRARIES} )
set( KICAD_BUNDLE_LIBS ${OCC_LIBRARY_DIR} )
endif()
# puts binary into the main kicad.app bundle while linking
set_target_properties( kicad-ogltest PROPERTIES