diff options
author | Brad King <brad.king@kitware.com> | 2023-08-19 12:37:35 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2023-08-19 12:38:39 (GMT) |
commit | 8923f60606be83b8f65a386813c5821aa70ebb50 (patch) | |
tree | 15d326ae923771fbfe784c0702e97a0b072e4fd3 /Utilities/Scripts | |
parent | 959705e81a681d8be672b920741366aacc8105cf (diff) | |
parent | 90df1e5da4eea8f07deacdbf67638c320801189f (diff) | |
download | CMake-8923f60606be83b8f65a386813c5821aa70ebb50.zip CMake-8923f60606be83b8f65a386813c5821aa70ebb50.tar.gz CMake-8923f60606be83b8f65a386813c5821aa70ebb50.tar.bz2 |
Merge topic 'update-cppdap'
90df1e5da4 Merge branch 'upstream-cppdap' into update-cppdap
5d568df6b1 cppdap 2023-08-17 (cc2f2058)
01d2e5ed3a cppdap: Update script to get version as of 2023-08-17
Acked-by: Kitware Robot <kwrobot@kitware.com>
Acked-by: buildbot <buildbot@kitware.com>
Merge-request: !8739
Diffstat (limited to 'Utilities/Scripts')
-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 } |