diff options
author | James McCoy <jamessan@jamessan.com> | 2020-11-09 23:02:08 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-09 23:02:08 -0500 |
commit | bb7ed42089e77feebe26b94f4cb46c72254b55e6 (patch) | |
tree | 4270f7bf406c67a5d7fbe3f25586ab152febb8a0 /src | |
parent | f67b3ea39c9e238be208715a9cd4c15e24c35a9d (diff) | |
parent | 1451b1487355e3186d857919c4009934f247064d (diff) | |
download | rneovim-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.txt | 2 |
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} ) |