Skip to content

Commit

Permalink
Removing ROSS_MEMORY option from the build (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
caitlinross authored May 27, 2019
1 parent e940296 commit 8661150
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions core/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -99,13 +99,6 @@ IF(AVL_TREE)
SET(ross_srcs ${ross_srcs} avl_tree.h avl_tree.c)
ENDIF(AVL_TREE)

# ROSS_MEMORY is either on or off depending on whether or not we desire
# memory buffers. If it's not set to YES, it defaults to NO
OPTION(ROSS_MEMORY "ROSS Memory Buffers (membufs)" OFF)
IF(ROSS_MEMORY)
SET(ross_srcs ${ross_srcs} tw-memory.c tw-memoryq.h tw-memory.h)
ENDIF(ROSS_MEMORY)

# RIO: Restart IO
OPTION(USE_RIO "Enable RIO checkpointing library?" OFF)
IF(USE_RIO)
Expand Down

0 comments on commit 8661150

Please sign in to comment.