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 65a25e2 commit 276b91eCopy full SHA for 276b91e
.github/workflows/linux.bash
@@ -28,7 +28,7 @@ case "$DISTRO" in
28
(
29
cd boost_1_69_0
30
./bootstrap.sh --with-libraries=context,coroutine,date_time,filesystem,iostreams,program_options,regex,system,test,thread
31
- ./b2
+ ./b2 define=BOOST_COROUTINES_NO_DEPRECATION_WARNING
32
)
33
34
ln -vs /usr/bin/cmake3 /usr/local/bin/cmake
0 commit comments