mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-10-17 03:03:24 +02:00
Remove Boost::system.
This commit is contained in:
@@ -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)
|
||||
|
@@ -42,7 +42,6 @@ IF (MSGPACK_USE_X3_PARSE AND MSGPACK_DEFAULT_API_VERSION VERSION_GREATER 1)
|
||||
TARGET_LINK_LIBRARIES (${source_file_we} PRIVATE
|
||||
msgpack-cxx
|
||||
Boost::context
|
||||
Boost::system
|
||||
Threads::Threads
|
||||
)
|
||||
IF ("${CMAKE_CXX_COMPILER_ID}" MATCHES "Clang" OR "${CMAKE_CXX_COMPILER_ID}" STREQUAL "GNU")
|
||||
|
@@ -19,7 +19,6 @@ FOREACH (source_file ${check_PROGRAMS})
|
||||
msgpack-cxx
|
||||
Threads::Threads
|
||||
Boost::filesystem
|
||||
Boost::system
|
||||
Boost::unit_test_framework
|
||||
)
|
||||
|
||||
|
@@ -79,7 +79,6 @@ FOREACH (source_file ${check_PROGRAMS})
|
||||
|
||||
TARGET_LINK_LIBRARIES (${source_file_we}
|
||||
msgpack-cxx
|
||||
Boost::system
|
||||
Boost::unit_test_framework
|
||||
Threads::Threads
|
||||
ZLIB::ZLIB
|
||||
|
Reference in New Issue
Block a user