Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ install:
- git submodule init libs/assert
- git submodule init libs/config
- git submodule init libs/core
- git submodule init libs/static_assert
- git submodule init libs/throw_exception
- git submodule init libs/headers
- git submodule init tools/build
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,6 @@ jobs:
git submodule init libs/assert
git submodule init libs/config
git submodule init libs/core
git submodule init libs/static_assert
git submodule init libs/throw_exception
git submodule init libs/headers
git submodule init tools/build
Expand Down Expand Up @@ -204,7 +203,6 @@ jobs:
git submodule init libs/assert
git submodule init libs/config
git submodule init libs/core
git submodule init libs/static_assert
git submodule init libs/throw_exception
git submodule init libs/headers
git submodule init tools/build
Expand Down
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,6 @@ install:
- git submodule init libs/assert
- git submodule init libs/config
- git submodule init libs/core
- git submodule init libs/static_assert
- git submodule init libs/headers
- git submodule init tools/build
- git submodule init tools/boost_install
Expand Down
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,4 @@ target_link_libraries(boost_align INTERFACE
Boost::assert
Boost::config
Boost::core
Boost::static_assert
)
2 changes: 1 addition & 1 deletion build.jam
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ constant boost_dependencies :
/boost/assert//boost_assert
/boost/config//boost_config
/boost/core//boost_core
/boost/static_assert//boost_static_assert ;
;

project /boost/align
;
Expand Down