diff options
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index b250542..92ee691 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -82,7 +82,6 @@ set(LINK_LIBCXX OFF CACHE BOOL "Link against LLVMs libc++") # Set name of PolicyManager and STM set(PLUGIN_PM policy_manager) set(USE_STM_NAME stub) -#set(USE_STM_NAME zipc) # Add STM add_subdirectory(src/${PLUGIN_PM}/stm/${USE_STM_NAME}/src) |