File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 5656 -D MSGPACK_BUILD_TESTS=ON \
5757 -D CMAKE_BUILD_TYPE=Debug \
5858 -D MSGPACK_GEN_COVERAGE=ON \
59+ -D MSGPACK_USE_STD_VARIANT_ADAPTOR=ON \
5960 -D CMAKE_PREFIX_PATH="$HOME/zlib-prefix/64;$HOME/boost-prefix/64" \
6061 -B build \
6162 -S . || exit 1
Original file line number Diff line number Diff line change @@ -145,6 +145,7 @@ jobs:
145145 3)
146146 export CXX="g++-10"
147147 export MSGPACK_CXX_VERSION="MSGPACK_CXX17=ON"
148+ export MSGPACK_USE_STD_VARIANT_ADAPTOR="MSGPACK_USE_STD_VARIANT_ADAPTOR=ON"
148149 ;;
149150 4)
150151 export CXX="clang++-10"
Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ cmake \
2121 -D MSGPACK_CHAR_SIGN=${CHAR_SIGN} \
2222 -D MSGPACK_DEFAULT_API_VERSION=${API_VERSION} \
2323 -D MSGPACK_USE_X3_PARSE=${X3_PARSE} \
24+ -D MSGPACK_USE_STD_VARIANT_ADAPTOR=${STD_VARIANT_ADAPTOR} \
2425 -D CMAKE_CXX_FLAGS=" ${CXXFLAGS} ${ARCH_FLAG} " \
2526 -D CMAKE_INSTALL_PREFIX=$prefix_dir \
2627 -B $build_dir \
You can’t perform that action at this time.
0 commit comments