For macOS, fix KICAD_BUNDLE_LIBS in ogltest.
(Cherry-picked from e143ecbf40
)
This commit is contained in:
parent
263efb41e8
commit
305ed0b65a
|
@ -28,7 +28,7 @@ target_link_libraries( kicad-ogltest
|
||||||
|
|
||||||
if( APPLE )
|
if( APPLE )
|
||||||
if( KICAD_USE_OCC )
|
if( KICAD_USE_OCC )
|
||||||
set( KICAD_BUNDLE_LIBS ${OCC_LIBRARIES} )
|
set( KICAD_BUNDLE_LIBS ${OCC_LIBRARY_DIR} )
|
||||||
endif()
|
endif()
|
||||||
# puts binary into the main kicad.app bundle while linking
|
# puts binary into the main kicad.app bundle while linking
|
||||||
set_target_properties( kicad-ogltest PROPERTIES
|
set_target_properties( kicad-ogltest PROPERTIES
|
||||||
|
|
Loading…
Reference in New Issue