Skip to content

Commit

Permalink
Step 1 of normalizing Boost as a dependency (#17446)
Browse files Browse the repository at this point in the history
### Ticket
#17441

### Problem description
Current method of fetching Boost is problematic for packaging and using
system Boost.

### What's changed
Step 1 in the migration dance across TT-Metalium && TT-UMD:
* Satisfy TT-UMD's need for Boost::Interprocess

See the ticket for the rest of the song'n'dance.
  • Loading branch information
afuller-TT authored Jan 31, 2025
1 parent 41d4b36 commit ed0d2e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dependencies/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ include(${PROJECT_SOURCE_DIR}/cmake/fetch_boost.cmake)
fetch_boost_library(core)
fetch_boost_library(smart_ptr)
fetch_boost_library(container)
fetch_boost_library(interprocess)

add_library(span INTERFACE)
target_link_libraries(span INTERFACE Boost::core)
Expand Down

0 comments on commit ed0d2e1

Please sign in to comment.