diff options
author | bugaevskiy <[email protected]> | 2022-09-13 21:25:30 +0300 |
---|---|---|
committer | bugaevskiy <[email protected]> | 2022-09-13 21:25:30 +0300 |
commit | 1ee8c0a8a5514dc557c280f28b586e6ffc770703 (patch) | |
tree | eadc577a27163605b4957a8024bffc75afc2ca8b | |
parent | 4e253fa06bbfd361837a911afc1e2b77e9ef4244 (diff) |
Exclude boost/circular_buffer from metaproject
-rw-r--r-- | contrib/restricted/boost/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/contrib/restricted/boost/CMakeLists.txt b/contrib/restricted/boost/CMakeLists.txt index ba66c2dbd5a..a3c1f3ba7e3 100644 --- a/contrib/restricted/boost/CMakeLists.txt +++ b/contrib/restricted/boost/CMakeLists.txt @@ -101,7 +101,6 @@ target_link_libraries(contrib-restricted-boost INTERFACE restricted-boost-array restricted-boost-assert restricted-boost-bind - restricted-boost-circular_buffer restricted-boost-concept_check restricted-boost-config restricted-boost-container |