We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8394cc6 commit c09226dCopy full SHA for c09226d
1 file changed
CMakeLists.txt
@@ -10,7 +10,6 @@ FetchContent_Declare(
10
tree-sitter
11
GIT_REPOSITORY https://github.com/tree-sitter/tree-sitter.git
12
GIT_TAG 0535b0ca378a3f13a2b469f6c090a0c1b90904b7
13
- GIT_SHALLOW TRUE
14
)
15
16
FetchContent_GetProperties(tree-sitter)
@@ -27,7 +26,6 @@ function(fetch_and_build_ts_parser PARSER_NAME GIT_URL GIT_COMMIT)
27
26
${PARSER_NAME}
28
GIT_REPOSITORY ${GIT_URL}
29
GIT_TAG ${GIT_COMMIT}
30
31
32
FetchContent_GetProperties(${PARSER_NAME})
33
if(NOT ${PARSER_NAME}_POPULATED)
@@ -77,7 +75,6 @@ FetchContent_Declare(
77
75
nlohmann_json
78
76
GIT_REPOSITORY https://github.com/nlohmann/json.git
79
GIT_TAG 9a737481aed085fd289f82dff1fa8c3c66627a7e
80
81
82
FetchContent_MakeAvailable(nlohmann_json)
83
0 commit comments