aboutsummaryrefslogtreecommitdiff
path: root/third-party/cmake/BuildTreesitterParsers.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'third-party/cmake/BuildTreesitterParsers.cmake')
-rw-r--r--third-party/cmake/BuildTreesitterParsers.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/third-party/cmake/BuildTreesitterParsers.cmake b/third-party/cmake/BuildTreesitterParsers.cmake
index 690a8fbed1..ccc81ae97b 100644
--- a/third-party/cmake/BuildTreesitterParsers.cmake
+++ b/third-party/cmake/BuildTreesitterParsers.cmake
@@ -1,6 +1,6 @@
ExternalProject_Add(treesitter-c
PREFIX ${DEPS_BUILD_DIR}
-URL ${TREESITER_C_URL}
+URL ${TREESITTER_C_URL}
DOWNLOAD_DIR ${DEPS_DOWNLOAD_DIR}/treesitter-c
DOWNLOAD_COMMAND ${CMAKE_COMMAND}
-DPREFIX=${DEPS_BUILD_DIR}