neovim/third-party/cmake
Daniel Hahler 4c6628a7eb deps: fix BuildLuv without bundled libuv
Fixes:

    % rm -rf .deps
    % cmake -DUSE_BUNDLED_LUV=ON -DUSE_BUNDLED=OFF -S third-party -B .deps
    % cmake --build .deps
    ...
    [ 50%] Building C object CMakeFiles/luv.dir/src/luv.c.o
    /home/daniel/Vcs/neovim/.deps/build/src/luv/src/luv.c:20:10: fatal error: c-api/compat-5.3.h: No such file or directory
       20 | #include "c-api/compat-5.3.h"
          |          ^~~~~~~~~~~~~~~~~~~~
    compilation terminated.

This was broken since 78f1eccc8, where apparently the `LUA_COMPAT53_DIR`
was defined in a wrong location.
2020-11-16 13:52:50 +01:00
..
BuildGettext.cmake deps/msvc: gettext 0.20.1 2020-02-06 14:08:06 -06:00
BuildGperf.cmake build: third-party: enable CXX language earlier (#10862) 2019-08-27 20:55:11 +02:00
BuildLibiconv.cmake build/msvc: Add libiconv to bundled dependencies 2018-06-09 20:50:02 -05:00
BuildLibtermkey.cmake deps: pass LDFLAGS+=-static (#11138) 2019-10-14 15:16:58 +02:00
BuildLibuv.cmake deps: update to libuv v1.23.2 2018-11-01 00:10:50 +01:00
BuildLibvterm.cmake build: remove duplicate empty CONFIGURE_COMMAND (#12676) 2020-07-24 22:39:12 +02:00
BuildLua.cmake build: update some test dependencies (#10339) 2019-06-29 22:25:00 +02:00
BuildLuajit.cmake build/macOS: set -fno-stack-check for LuaJIT build #11412 2019-11-17 12:55:25 -08:00
BuildLuarocks.cmake deps: lua-client 0.2.2-1 2020-02-16 17:24:21 -08:00
BuildLuv.cmake deps: fix BuildLuv without bundled libuv 2020-11-16 13:52:50 +01:00
BuildMsgpack.cmake doc: fix typos [ci skip] #11787 2020-01-30 22:56:34 -08:00
BuildTreesitter.cmake third-party: fix build failures in MSVC 2020-11-04 19:51:54 +09:00
BuildTreesitterParsers.cmake Build tree-sitter out-of-source 2020-02-10 21:52:33 +01:00
BuildUnibilium.cmake deps: pass LDFLAGS+=-static (#11138) 2019-10-14 15:16:58 +02:00
CopyFilesGlob.cmake third-party: Create path in CopyFilesGlob.cmake 2016-08-07 21:57:28 +01:00
DownloadAndExtractFile.cmake build: DownloadAndExtractFile.cmake: retry status_code=7 #11582 2019-12-21 06:39:26 +01:00
GetBinaryDeps.cmake ci/appveyor: change to update package database 2020-10-27 10:49:51 +09:00
GettextCMakeLists.txt deps/msvc: gettext 0.20.1 2020-02-06 14:08:06 -06:00
GperfCMakeLists.txt Raise minimum CMake version to 2.8.12 and remove compat code 2018-06-18 08:00:30 -04:00
LibiconvCMakeLists.txt Raise minimum CMake version to 2.8.12 and remove compat code 2018-06-18 08:00:30 -04:00
libtermkeyCMakeLists.txt build: CMake: do not set CMP0059 to old (#10363) 2019-06-29 20:37:48 +02:00
LibuvCMakeLists.txt build/win: LibuvCMakeLists.txt: adapt to moved headers 2018-11-01 04:35:36 +01:00
Libvterm-tbl2inc_c.cmake Raise minimum CMake version to 2.8.12 and remove compat code 2018-06-18 08:00:30 -04:00
LibvtermCMakeLists.txt build: CMake: do not set CMP0059 to old (#10363) 2019-06-29 20:37:48 +02:00
RemoveFiles.cmake deps: Remove shared libraries. 2015-04-29 22:26:55 +03:00
TargetArch.cmake win/build: detect architecture 2017-02-16 16:23:17 +01:00
TreesitterCMakeLists.txt third-party: fix build failures in MSVC 2020-11-04 19:51:54 +09:00
TreesitterParserCMakeLists.txt build: include tree-sitter-c parser in bundled build 2020-02-07 09:22:55 +01:00
UnibiliumCMakeLists.txt third-party: remove msvc-compat/unistd.h (#10465) 2019-08-29 01:05:47 +02:00