diff --git a/CMakeLists.txt b/CMakeLists.txt index caa7a4f3..adf0faaf 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -113,8 +113,7 @@ if (DRAMSYS_USE_FETCH_CONTENT) FetchContent_Declare( SystemCLanguage - GIT_REPOSITORY https://github.com/accellera-official/systemc.git - GIT_TAG 2.3.4 + URL https://github.com/accellera-official/systemc/archive/refs/tags/2.3.4.tar.gz OVERRIDE_FIND_PACKAGE ) diff --git a/NOTICE b/NOTICE index a5b52ad5..34b5459c 100644 --- a/NOTICE +++ b/NOTICE @@ -2,7 +2,7 @@ NOTICE This software uses the following third-party libraries: -1. SQLite3 v3.40.1 +1. SQLite3 v3.47.0 License: Public Domain License URL: https://www.sqlite.org/copyright.html @@ -26,10 +26,10 @@ This software uses the following third-party libraries: License: BSD-3-Clause License URL: https://github.com/google/googletest/blob/main/LICENSE -7. Google Benchmark v1.8.3 +7. Google Benchmark v1.9.0 License: Apache-2.0 License URL: https://github.com/google/benchmark/blob/main/LICENSE -8. Pybind11 v2.13.1 +8. Pybind11 v2.13.6 License: BSD-3-Clause License URL: https://github.com/pybind/pybind11/blob/master/LICENSE diff --git a/benches/CMakeLists.txt b/benches/CMakeLists.txt index f623e570..385c1674 100644 --- a/benches/CMakeLists.txt +++ b/benches/CMakeLists.txt @@ -43,7 +43,7 @@ if (DRAMSYS_USE_FETCH_CONTENT) FetchContent_Declare( benchmark - URL https://github.com/google/benchmark/archive/refs/tags/v1.8.3.zip + URL https://github.com/google/benchmark/archive/refs/tags/v1.9.0.tar.gz OVERRIDE_FIND_PACKAGE ) diff --git a/lib/sqlite3/CMakeLists.txt b/lib/sqlite3/CMakeLists.txt index 1b760026..64d63c57 100644 --- a/lib/sqlite3/CMakeLists.txt +++ b/lib/sqlite3/CMakeLists.txt @@ -3,7 +3,7 @@ ######################################## FetchContent_Declare(SQLite3 - URL "https://www.sqlite.org/2022/sqlite-amalgamation-3400100.zip" + URL "https://www.sqlite.org/2024/sqlite-amalgamation-3470000.zip" OVERRIDE_FIND_PACKAGE ) diff --git a/src/traceAnalyzer/CMakeLists.txt b/src/traceAnalyzer/CMakeLists.txt index 093ce3d0..f3e04bed 100644 --- a/src/traceAnalyzer/CMakeLists.txt +++ b/src/traceAnalyzer/CMakeLists.txt @@ -44,7 +44,7 @@ if (DRAMSYS_USE_FETCH_CONTENT) if (DRAMSYS_USE_FETCH_CONTENT_PYBIND) FetchContent_Declare( pybind11 - URL https://github.com/pybind/pybind11/archive/refs/tags/v2.13.1.zip + URL https://github.com/pybind/pybind11/archive/refs/tags/v2.13.6.tar.gz OVERRIDE_FIND_PACKAGE )