Skip to content

Commit e47442f

Browse files
author
Siyuan Feng
authored
[FIX] Remove boost dependency from submodule msgpack (mlc-ai#16)
1 parent 1eae242 commit e47442f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ endif ()
7777
get_filename_component(TOKENIZERS_CPP_ROOT ${CMAKE_CURRENT_LIST_FILE} DIRECTORY)
7878
set(TOKENIZERS_CPP_CARGO_SOURCE_PATH ${TOKENIZERS_CPP_ROOT}/rust)
7979

80+
option(MSGPACK_USE_BOOST "Use Boost libraried" OFF)
8081
add_subdirectory(msgpack)
8182

8283
if(MSVC)

0 commit comments

Comments
 (0)