We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1eae242 commit e47442fCopy full SHA for e47442f
CMakeLists.txt
@@ -77,6 +77,7 @@ endif ()
77
get_filename_component(TOKENIZERS_CPP_ROOT ${CMAKE_CURRENT_LIST_FILE} DIRECTORY)
78
set(TOKENIZERS_CPP_CARGO_SOURCE_PATH ${TOKENIZERS_CPP_ROOT}/rust)
79
80
+option(MSGPACK_USE_BOOST "Use Boost libraried" OFF)
81
add_subdirectory(msgpack)
82
83
if(MSVC)
0 commit comments