Revert "Arenoros zone/optimization size/delayed malloc"

This commit is contained in:
Takatoshi Kondo
2023-11-23 18:24:47 +09:00
committed by GitHub
parent 2987022c10
commit d372a71786
8 changed files with 466 additions and 422 deletions

View File

@@ -1,4 +1,4 @@
FIND_PACKAGE (Boost REQUIRED)
FIND_PACKAGE (Boost REQUIRED COMPONENTS system)
FIND_PACKAGE (Threads REQUIRED)
FIND_PACKAGE (ZLIB REQUIRED)
@@ -22,6 +22,7 @@ FOREACH (source_file ${exec_PROGRAMS})
)
TARGET_LINK_LIBRARIES (${source_file_we} PRIVATE
msgpack-cxx
Boost::system
Threads::Threads
)
IF (ZLIB_FOUND)