commit | 9aaf835a92946a86f0e3701abe43cc4dbde87eb2 | [log] [tgz] |
---|---|---|
author | Lawrence Tang <lawrence.tang@arm.com> | Mon Aug 08 09:53:39 2022 +0100 |
committer | Lawrence Tang <lawrence.tang@arm.com> | Mon Aug 08 09:53:39 2022 +0100 |
tree | e5f1408d76906e53180535316dbae329d62b87a3 | |
parent | efe17e2c91d48712ca65d29710e4ed763f140176 [diff] |
Switch to json-c 0.15 to avoid json-c#766.
diff --git a/CMakeLists.txt b/CMakeLists.txt index f9cbe6d..9362f8e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt
@@ -20,7 +20,7 @@ FetchContent_Declare( json-c GIT_REPOSITORY https://github.com/json-c/json-c.git - GIT_TAG d28ac67dde77566f53a97f22b4ea7cb36afe6582 # 4/6/2022 + GIT_TAG 9021cdcdd01fc9dbcbe1f06391848c2ac915212f # 0.15 ) # Fetch b64-c from git repository.