Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ FetchContent_Declare(
tree-sitter
GIT_REPOSITORY https://github.com/tree-sitter/tree-sitter.git
GIT_TAG 0535b0ca378a3f13a2b469f6c090a0c1b90904b7
GIT_SHALLOW TRUE
)

FetchContent_GetProperties(tree-sitter)
Expand All @@ -27,7 +26,6 @@ function(fetch_and_build_ts_parser PARSER_NAME GIT_URL GIT_COMMIT)
${PARSER_NAME}
GIT_REPOSITORY ${GIT_URL}
GIT_TAG ${GIT_COMMIT}
GIT_SHALLOW TRUE
)
FetchContent_GetProperties(${PARSER_NAME})
if(NOT ${PARSER_NAME}_POPULATED)
Expand Down Expand Up @@ -77,7 +75,6 @@ FetchContent_Declare(
nlohmann_json
GIT_REPOSITORY https://github.com/nlohmann/json.git
GIT_TAG 9a737481aed085fd289f82dff1fa8c3c66627a7e
GIT_SHALLOW TRUE
)
FetchContent_MakeAvailable(nlohmann_json)

Expand Down
Loading