Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Instruct CMake to deprioritise headers in /Library/Frameworks on Mac CI
By setting, CMAKE_FIND_FRAMEWORK=LAST we instruct CMake to not look for header files inside /Library/Frameworks as a first search path. This can cause issue when frameoworks like Mono are present on the system, resulting in CMake unable to find the homebrew library headers.
- Loading branch information