Cmake portgroup - patch to keep cmake from Frameworks from blocking MacPorts-provided libraries
Often times ports in the Cmake portgroup will pick up frameworks from my /Library/Frameworks folder when configuring, which will prevent it from picking up the proper the proper MacPorts libraries. Apparently this can be prevented by using the flag -DCMAKE_FIND_FRAMEWORK=LAST with Cmake. Citation: The Cmake manpage. Also Homebrew uses this flag with Cmake.
Change History (6)
| Cc: |
css@… added
|
| Component: |
base →
ports
|
| Owner: |
changed from macports-tickets@… to cal@…
|
| Status: |
new →
assigned
|
| Resolution: |
→ fixed
|
| Status: |
assigned →
closed
|
patch to apply to Cmake port group