chroe: linux boost and protobuf

This commit is contained in:
Andy Lee
2025-07-08 21:25:43 +00:00
parent c013e5ccce
commit a6c400cd4f
2 changed files with 3 additions and 2 deletions

View File

@@ -24,7 +24,8 @@ add_subdirectory(third_party/libzmq)
# Add cppzmq headers
include_directories(third_party/cppzmq)
# Configure msgpack-c - disable boost dependency manually
# Configure msgpack-c - disable boost dependency
set(MSGPACK_USE_BOOST OFF CACHE BOOL "" FORCE)
add_compile_definitions(MSGPACK_NO_BOOST)
include_directories(third_party/msgpack-c/include)