changed namespace

DRAMSys::DRAMPower to DRAMPower::DRAMPower
This commit is contained in:
marcomoerz
2025-01-10 14:08:50 +01:00
parent 185317db3b
commit 5b52015c75
2 changed files with 2 additions and 2 deletions

View File

@@ -127,7 +127,7 @@ if (DRAMSYS_USE_FETCH_CONTENT)
FetchContent_Declare(
DRAMPower
GIT_REPOSITORY https://github.com/tukl-msd/DRAMPower
GIT_TAG c12f749
GIT_TAG ebd9ff7
OVERRIDE_FIND_PACKAGE
)

View File

@@ -107,7 +107,7 @@ target_link_libraries(libdramsys
PUBLIC
SystemC::systemc
DRAMSys::config
$<$<TARGET_EXISTS:DRAMPower>:DRAMSys::DRAMPower>
$<$<TARGET_EXISTS:DRAMPower::DRAMPower>:DRAMPower::DRAMPower>
PRIVATE
SQLite::SQLite3