Changes between Initial Version and Version 1 of Ticket #62698, comment 4


Ignore:
Timestamp:
Apr 14, 2021, 10:05:27 PM (3 years ago)
Author:
RJVB (René Bertin)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #62698, comment 4

    initial v1  
    1111It would be perfectly possible (and rather trivial) to patch `CMakeFindFrameworks.cmake` in such a way that the CMake PortGroup(s) can require a sanitised framework search path. That would be a more correct solution: users would benefit from the extended framework search path that includes $prefix/Frameworks, while port builds are restriced to the "legal minimum" by default.
    1212
    13 I've extended CMake functionality before so if there's interest for such a patch it shouldn't take me too long to write and test it.
     13I've extended CMake functionality before so if there's interest for such a patch it shouldn't take me too long to write and test it. (If so, I'll take suggestions for the name of the control variable as well as what to remove from the search path.)