neovim/cmake.deps
dundargoc b80a8e2c16 build: adjust how find order is prioritized
Ensure bundled libraries and include directories are always searched
first before any others. This will provide a more consistent experience
as the search order of the builtin find_ functions can vary depending on
system. This should make the build process faster when building with
bundled deps as we limit the search to only the .deps directory.
Separating the search between .deps and everything makes debugging
find_-related problems simpler if you need to check how dependencies are
found.

For libraries, we divide the search process into the following order:
1. Only search in .deps directory and only search for static libraries.
2. Only search in .deps directory and search for all libraries.
3. Search everywhere and search for all libraries.

Make an exception for FindLibintl.cmake as changing the search order
seems to break some tests on macos.
2023-10-16 20:15:41 +02:00
..
cmake build: adjust how find order is prioritized 2023-10-16 20:15:41 +02:00
CMakeLists.txt build!: remove neovim qt 2023-06-06 19:19:00 +02:00
CMakePresets.json build: add CMakePresets for deps build to reduce verbosity 2023-04-29 01:48:36 +02:00
deps.txt build(deps): bump luajit to HEAD - 656ecbcf8 2023-10-09 09:25:26 +02:00