changed namespace
DRAMSys::DRAMPower to DRAMPower::DRAMPower
This commit is contained in:
@@ -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
|
||||
)
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user