aboutsummaryrefslogtreecommitdiff
path: root/cmake.deps
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2024-01-18 00:14:48 -0800
committerGitHub <noreply@github.com>2024-01-18 00:14:48 -0800
commit95cbedaa1798a7c1489b68dd60380a41443ed34b (patch)
tree92dfec6359159c229aa045fe883fdd10e8ed2bb3 /cmake.deps
parent11e8e14628413e45e46d2d2a7af53d0da0c9dcdd (diff)
downloadrneovim-95cbedaa1798a7c1489b68dd60380a41443ed34b.tar.gz
rneovim-95cbedaa1798a7c1489b68dd60380a41443ed34b.tar.bz2
rneovim-95cbedaa1798a7c1489b68dd60380a41443ed34b.zip
docs: various #25289
Co-authored-by: Jongwook Choi <wookayin@gmail.com> Co-authored-by: Oliver Marriott <hello@omarriott.com> Co-authored-by: Benoit de Chezelles <bew@users.noreply.github.com> Co-authored-by: Jongwook Choi <wookayin@gmail.com>
Diffstat (limited to 'cmake.deps')
-rw-r--r--cmake.deps/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake.deps/CMakeLists.txt b/cmake.deps/CMakeLists.txt
index 90b752d250..afc4da8def 100644
--- a/cmake.deps/CMakeLists.txt
+++ b/cmake.deps/CMakeLists.txt
@@ -37,6 +37,7 @@ option(USE_BUNDLED "Use bundled dependencies." ON)
option(USE_BUNDLED_LIBUV "Use the bundled libuv." ${USE_BUNDLED})
option(USE_BUNDLED_LIBVTERM "Use the bundled libvterm." ${USE_BUNDLED})
option(USE_BUNDLED_LPEG "Use the bundled lpeg." ${USE_BUNDLED})
+# PUC Lua is only used for tests, unless explicitly requested.
option(USE_BUNDLED_LUA "Use the bundled version of lua." OFF)
option(USE_BUNDLED_LUAJIT "Use the bundled version of luajit." ${USE_BUNDLED})
option(USE_BUNDLED_LUV "Use the bundled version of luv." ${USE_BUNDLED})