diff --git a/DRAMSys/library/CMakeLists.txt b/DRAMSys/library/CMakeLists.txt index 30b76609..bca9472a 100644 --- a/DRAMSys/library/CMakeLists.txt +++ b/DRAMSys/library/CMakeLists.txt @@ -50,7 +50,7 @@ add_subdirectory(src/common/third_party/DRAMPower) # Add SystemC: if(DEFINED ENV{SYSTEMC_HOME}) find_library(SYSTEMC_LIBRARY - NAMES systemc vsi_systemc_dynamic + NAMES systemc SnpsVP PATHS $ENV{SYSTEMC_HOME}/lib-$ENV{SYSTEMC_TARGET_ARCH}/ $ENV{SYSTEMC_HOME}/lib-linux64/ $ENV{SYSTEMC_HOME}/libso-gcc-5.2.0-64/ ) message("Building with external SystemC")