neovim/cmake.deps
Carlo Cabrera 0496e1e889 build(ci): ensure correct headers are used on macOS
Currently, the release build picks up headers in
`/Library/Frameworks/Mono.framework/Headers`. You can verify this by
downloading the latest nightly build and checking the output of `nvim
--version`.

These headers are likely to be from a different version of `libintl` than the
one we link to. Let's avoid usage of them by setting `CMAKE_FIND_FRAMEWORK` to
`NEVER`.
2023-12-27 00:01:28 +01:00
..
cmake build: fix universal mac builds 2023-12-18 21:17:13 +01:00
CMakeLists.txt build(ci): ensure correct headers are used on macOS 2023-12-27 00:01:28 +01:00