coin3d / soqt

Old Coin GUI binding for Qt, replaced by Quarter
BSD 3-Clause "New" or "Revised" License
22 stars 17 forks source link

mac: hardcoded paths in INTERFACE_LINK_LIBRARIES #63

Open looooo opened 3 years ago

looooo commented 3 years ago

These hardcoded paths should be removed:

set_target_properties(SoQt::SoQt PROPERTIES
  INTERFACE_LINK_LIBRARIES 
  /Applications/Xcode_11.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework;
  /Applications/Xcode_11.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System
)

If possible please give a hint how these paths are added to the rendered config files.

looooo commented 3 years ago

I guess this PR would fix the issue, but I am not sure if we can do this. https://github.com/coin3d/soqt/pull/59/commits/0248942fddda3164f2fadefbf1819a6917d5bbe9