aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorDaniel Hahler <git@thequod.de>2019-09-29 04:44:02 +0200
committerGitHub <noreply@github.com>2019-09-29 04:44:02 +0200
commit0a2a1e241fee64d8ceeca023dab4aca71b62dfbb (patch)
treedbbeeb8e3349fe9c7ecd86e8b956e8595bbd1d96 /contrib
parent34d55f86077e8a937c1ac1b0a0c551a5968fa7f8 (diff)
downloadrneovim-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.example1
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.
#