Skip to content

Commit

Permalink
Step 1 of normalizing Boost as a dependency (tenstorrent#17446)
Browse files Browse the repository at this point in the history
### Ticket
tenstorrent#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 and nikileshx committed Feb 3, 2025
1 parent bc3752a commit 90a4fd1
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 90a4fd1

Please sign in to comment.