aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJames McCoy <jamessan@jamessan.com>2020-11-09 23:02:08 -0500
committerGitHub <noreply@github.com>2020-11-09 23:02:08 -0500
commitbb7ed42089e77feebe26b94f4cb46c72254b55e6 (patch)
tree4270f7bf406c67a5d7fbe3f25586ab152febb8a0 /src
parentf67b3ea39c9e238be208715a9cd4c15e24c35a9d (diff)
parent1451b1487355e3186d857919c4009934f247064d (diff)
downloadrneovim-bb7ed42089e77feebe26b94f4cb46c72254b55e6.tar.gz
rneovim-bb7ed42089e77feebe26b94f4cb46c72254b55e6.tar.bz2
rneovim-bb7ed42089e77feebe26b94f4cb46c72254b55e6.zip
Merge pull request #13263 from jamessan/tree-sitter-detect
Align naming of FindTreeSitter cmake file and variables
Diffstat (limited to 'src')
-rw-r--r--src/nvim/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/CMakeLists.txt b/src/nvim/CMakeLists.txt
index c8783f5bfe..9b6e9fe13e 100644
--- a/src/nvim/CMakeLists.txt
+++ b/src/nvim/CMakeLists.txt
@@ -445,7 +445,7 @@ list(APPEND NVIM_LINK_LIBRARIES
${LIBTERMKEY_LIBRARIES}
${UNIBILIUM_LIBRARIES}
${UTF8PROC_LIBRARIES}
- ${TREESITTER_LIBRARIES}
+ ${TreeSitter_LIBRARIES}
${CMAKE_THREAD_LIBS_INIT}
)