From 185317db3b33232a3299c71f5076a3900c33a4f1 Mon Sep 17 00:00:00 2001 From: marcomoerz Date: Thu, 9 Jan 2025 10:47:48 +0100 Subject: [PATCH] changed DRAMPower git tag --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index adf0faaf..c0c61cb7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -127,7 +127,7 @@ if (DRAMSYS_USE_FETCH_CONTENT) FetchContent_Declare( DRAMPower GIT_REPOSITORY https://github.com/tukl-msd/DRAMPower - GIT_TAG 9e64a1b + GIT_TAG c12f749 OVERRIDE_FIND_PACKAGE )