Removd boost system.

This commit is contained in:
Takatoshi Kondo
2023-11-23 18:35:33 +09:00
parent d372a71786
commit f33c7dfdbe
4 changed files with 4 additions and 8 deletions
+1 -2
View File
@@ -1,4 +1,4 @@
FIND_PACKAGE (Boost REQUIRED COMPONENTS system)
FIND_PACKAGE (Boost REQUIRED)
FIND_PACKAGE (Threads REQUIRED)
FIND_PACKAGE (ZLIB REQUIRED)
@@ -22,7 +22,6 @@ FOREACH (source_file ${exec_PROGRAMS})
)
TARGET_LINK_LIBRARIES (${source_file_we} PRIVATE
msgpack-cxx
Boost::system
Threads::Threads
)
IF (ZLIB_FOUND)