For macOS, fix KICAD_BUNDLE_LIBS in ogltest.

(Cherry-picked from e143ecbf40)
This commit is contained in:
Adam Wolf 2020-04-09 08:17:38 -05:00 committed by Ian McInerney
parent 263efb41e8
commit 305ed0b65a
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,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