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 56
56
-D MSGPACK_BUILD_TESTS=ON \
57
57
-D CMAKE_BUILD_TYPE=Debug \
58
58
-D MSGPACK_GEN_COVERAGE=ON \
59
+ -D MSGPACK_USE_STD_VARIANT_ADAPTOR=ON \
59
60
-D CMAKE_PREFIX_PATH="$HOME/zlib-prefix/64;$HOME/boost-prefix/64" \
60
61
-B build \
61
62
-S . || exit 1
Original file line number Diff line number Diff line change @@ -145,6 +145,7 @@ jobs:
145
145
3)
146
146
export CXX="g++-10"
147
147
export MSGPACK_CXX_VERSION="MSGPACK_CXX17=ON"
148
+ export MSGPACK_USE_STD_VARIANT_ADAPTOR="MSGPACK_USE_STD_VARIANT_ADAPTOR=ON"
148
149
;;
149
150
4)
150
151
export CXX="clang++-10"
Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ cmake \
21
21
-D MSGPACK_CHAR_SIGN=${CHAR_SIGN} \
22
22
-D MSGPACK_DEFAULT_API_VERSION=${API_VERSION} \
23
23
-D MSGPACK_USE_X3_PARSE=${X3_PARSE} \
24
+ -D MSGPACK_USE_STD_VARIANT_ADAPTOR=${STD_VARIANT_ADAPTOR} \
24
25
-D CMAKE_CXX_FLAGS=" ${CXXFLAGS} ${ARCH_FLAG} " \
25
26
-D CMAKE_INSTALL_PREFIX=$prefix_dir \
26
27
-B $build_dir \
You can’t perform that action at this time.
0 commit comments