diff options
author | Daniel Hahler <git@thequod.de> | 2019-09-29 04:44:02 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-29 04:44:02 +0200 |
commit | 0a2a1e241fee64d8ceeca023dab4aca71b62dfbb (patch) | |
tree | dbbeeb8e3349fe9c7ecd86e8b956e8595bbd1d96 /contrib | |
parent | 34d55f86077e8a937c1ac1b0a0c551a5968fa7f8 (diff) | |
download | rneovim-0a2a1e241fee64d8ceeca023dab4aca71b62dfbb.tar.gz rneovim-0a2a1e241fee64d8ceeca023dab4aca71b62dfbb.tar.bz2 rneovim-0a2a1e241fee64d8ceeca023dab4aca71b62dfbb.zip |
cmake: use LibFindMacros for utf8proc (#11114)
Also update doc.
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/local.mk.example | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/local.mk.example b/contrib/local.mk.example index 4f7f077999..778e848d60 100644 --- a/contrib/local.mk.example +++ b/contrib/local.mk.example @@ -48,6 +48,7 @@ # DEPS_CMAKE_FLAGS += -DUSE_BUNDLED_LUAROCKS=OFF # DEPS_CMAKE_FLAGS += -DUSE_BUNDLED_MSGPACK=OFF # DEPS_CMAKE_FLAGS += -DUSE_BUNDLED_UNIBILIUM=OFF +# DEPS_CMAKE_FLAGS += -DUSE_BUNDLED_UTF8PROC=OFF # # Or disable all bundled dependencies at once. # |