diff options
author | Brad King <brad.king@kitware.com> | 2023-08-18 12:55:52 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2023-08-18 12:59:58 (GMT) |
commit | 01d2e5ed3a2f3078cf58aee52054881730726a0e (patch) | |
tree | ef035d69c4f0cd8bf992c92ac60c0176e5ce62c6 | |
parent | a69c783749f769f41875ff818c68ead277fd24f9 (diff) | |
download | CMake-01d2e5ed3a2f3078cf58aee52054881730726a0e.zip CMake-01d2e5ed3a2f3078cf58aee52054881730726a0e.tar.gz CMake-01d2e5ed3a2f3078cf58aee52054881730726a0e.tar.bz2 |
cppdap: Update script to get version as of 2023-08-17
-rwxr-xr-x | Utilities/Scripts/update-cppdap.bash | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Utilities/Scripts/update-cppdap.bash b/Utilities/Scripts/update-cppdap.bash index fd4f8cb..b5df7a5 100755 --- a/Utilities/Scripts/update-cppdap.bash +++ b/Utilities/Scripts/update-cppdap.bash @@ -8,7 +8,7 @@ readonly name="cppdap" readonly ownership="cppdap Upstream <kwrobot@kitware.com>" readonly subtree="Utilities/cmcppdap" readonly repo="https://github.com/google/cppdap.git" -readonly tag="03cc18678ed2ed8b2424ec99dee7e4655d876db5" # 2023-05-25 +readonly tag="cc2f2058846bb29e18fdadf455d5f5af71b2554f" # 2023-08-17 readonly shortlog=false readonly paths=" LICENSE @@ -23,6 +23,7 @@ extract_source () { echo "* -whitespace" > .gitattributes fromdos LICENSE include/dap/* src/* echo "" >> LICENSE + echo "" >> src/content_stream.cpp echo "" >> src/nlohmann_json_serializer.h popd } |