Remove deprecated gem5 files.
This commit is contained in:
@@ -84,7 +84,6 @@ set(DRAMSYS_EXTENSIONS_DIR "${CMAKE_CURRENT_SOURCE_DIR}/extensions")
|
||||
option(DRAMSYS_BUILD_TESTS "Build DRAMSys unit tests" OFF)
|
||||
option(DRAMSYS_VERBOSE_CMAKE_OUTPUT "Show detailed CMake output" OFF)
|
||||
option(DRAMSYS_BUILD_CLI "Build DRAMSys Command Line Tool" ON)
|
||||
option(DRAMSYS_WITH_GEM5 "Build DRAMSys with gem5 coupling" OFF)
|
||||
option(DRAMSYS_WITH_DRAMPOWER "Build with DRAMPower support enabled." OFF)
|
||||
option(DRAMSYS_ENABLE_EXTENSIONS "Enable proprietary DRAMSys extensions." OFF)
|
||||
|
||||
@@ -177,10 +176,3 @@ if(DRAMSYS_BUILD_TESTS)
|
||||
include( CTest )
|
||||
add_subdirectory(tests)
|
||||
endif()
|
||||
|
||||
# Add DRAMSysgem5
|
||||
#if(DEFINED ENV{GEM5} AND DRAMSYS_WITH_GEM5)
|
||||
# message("== gem5 coupling included")
|
||||
# add_subdirectory(gem5)
|
||||
#endif()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user