File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -34,7 +34,6 @@ matrix:
3434 - git clone -b $BOOST_BRANCH --depth 1 https://github.com/boostorg/assert.git ../assert
3535 - git clone -b $BOOST_BRANCH --depth 1 https://github.com/boostorg/config.git ../config
3636 - git clone -b $BOOST_BRANCH --depth 1 https://github.com/boostorg/core.git ../core
37- - git clone -b $BOOST_BRANCH --depth 1 https://github.com/boostorg/static_assert.git ../static_assert
3837 - git clone -b $BOOST_BRANCH --depth 1 https://github.com/boostorg/throw_exception.git ../throw_exception
3938
4039 script :
Original file line number Diff line number Diff line change @@ -16,7 +16,6 @@ target_link_libraries(boost_array
1616 INTERFACE
1717 Boost::assert
1818 Boost::config
19- Boost::static_assert
2019 Boost::throw_exception
2120)
2221
Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ require-b2 5.2 ;
88constant boost_dependencies :
99 /boost/assert//boost_assert
1010 /boost/config//boost_config
11- /boost/static_assert//boost_static_assert
1211 /boost/throw_exception//boost_throw_exception
1312 ;
1413
Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ add_subdirectory(../.. boostorg/array)
1111add_subdirectory (../../../assert boostorg/assert )
1212add_subdirectory (../../../config boostorg/config )
1313add_subdirectory (../../../core boostorg/core )
14- add_subdirectory (../../../static_assert boostorg/static_assert )
1514add_subdirectory (../../../throw_exception boostorg/throw_exception )
1615
1716add_executable (quick ../quick.cpp )
You can’t perform that action at this time.
0 commit comments