Merge pull request #13263 from jamessan/tree-sitter-detect

Align naming of FindTreeSitter cmake file and variables
This commit is contained in:
James McCoy
2020-11-09 23:02:08 -05:00
committed by GitHub
4 changed files with 14 additions and 14 deletions

View File

@@ -445,7 +445,7 @@ list(APPEND NVIM_LINK_LIBRARIES
${LIBTERMKEY_LIBRARIES}
${UNIBILIUM_LIBRARIES}
${UTF8PROC_LIBRARIES}
${TREESITTER_LIBRARIES}
${TreeSitter_LIBRARIES}
${CMAKE_THREAD_LIBS_INIT}
)