Skip to content

macOS Framework: Use full path to framework on IMPORTED_LOCATION

The fact that the full path to the library in a framework is <fw>.framework/<fw> is well-documented, and using the -framework flag causes problems with selecting the right framework if multiple -F directories have frameworks with the same name. Use the full path to the framework.

Edited by Kyle Edwards

Merge request reports