mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-07 06:09:52 -06:00
Utilities/Scripts: do not use exact tree match
CMake patches its third party imports directly, so skip the exact match strategy.
This commit is contained in:
@@ -10,6 +10,7 @@ readonly subtree="Utilities/cmjsoncpp"
|
||||
readonly repo="https://github.com/open-source-parsers/jsoncpp.git"
|
||||
readonly tag="1.9.6"
|
||||
readonly shortlog=false
|
||||
readonly exact_tree_match=false
|
||||
readonly paths="
|
||||
LICENSE
|
||||
include/json
|
||||
|
||||
Reference in New Issue
Block a user