diff options
author | James McCoy <jamessan@jamessan.com> | 2023-10-18 16:41:26 -0400 |
---|---|---|
committer | dundargoc <33953936+dundargoc@users.noreply.github.com> | 2023-10-18 23:47:20 +0200 |
commit | a8fc94a2fdd07edf0679d34f2deaacb25b3fa69f (patch) | |
tree | 756e70a32de014c35f9c79952bfa666f1a1e1280 /runtime/lua/vim/treesitter/dev.lua | |
parent | c49cfd89fdd32d670c484b0b677bc8647e891a12 (diff) | |
download | rneovim-a8fc94a2fdd07edf0679d34f2deaacb25b3fa69f.tar.gz rneovim-a8fc94a2fdd07edf0679d34f2deaacb25b3fa69f.tar.bz2 rneovim-a8fc94a2fdd07edf0679d34f2deaacb25b3fa69f.zip |
build(deps): include Find module
Now that all the Find<Foo>.cmake modules are using our custom
find_path2, the bundled deps build needs to include the Find module so
it has access to find_path2.
The missing include was causing the PPA build to fail:
```
cd .deps && \
cmake -G 'Unix Makefiles' \
-DUSE_EXISTING_SRC_DIR=ON -DUSE_BUNDLED_LUAROCKS=OFF -DUSE_BUNDLED_LUAJIT=OFF -DUSE_BUNDLED_GPERF=OFF -DUSE_BUNDLED_LUA=OFF /<<PKGBUILDDIR>>//cmake.deps
-- The C compiler identification is GNU 7.5.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Found GNU Make at /usr/bin/make
-- CMAKE_BUILD_TYPE not specified, default is 'Debug'
-- Performing Test HAS_OG_FLAG
-- Performing Test HAS_OG_FLAG - Success
-- Found Git: /usr/bin/git (found version "2.17.1")
CMake Error at /<<PKGBUILDDIR>>/cmake/FindLuajit.cmake:1 (find_path2):
Unknown CMake command "find_path2".
Call Stack (most recent call first):
cmake/BuildLuv.cmake:13 (find_package)
CMakeLists.txt:127 (include)
-- Configuring incomplete, errors occurred!
```
Diffstat (limited to 'runtime/lua/vim/treesitter/dev.lua')
0 files changed, 0 insertions, 0 deletions