Skip to content

Commit 15a82d0

Browse files
committed
Change github build to include coiserviceworker
1 parent 35229ec commit 15a82d0

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

dependencies/CMakeLists.txt

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,14 @@ FetchContent_Declare(
99
)
1010

1111

12-
12+
FetchContent_Declare(
13+
boost_ext
14+
URL https://archives.boost.io/release/1.84.0/source/boost_1_84_0.tar.bz2
15+
)
16+
FetchContent_MakeAvailable(boost_ext)
1317

1418
add_library(boost_headers INTERFACE)
15-
target_include_directories(boost_headers INTERFACE "${CMAKE_CURRENT_SOURCE_DIR}/boost_1_84_0")
19+
target_include_directories(boost_headers INTERFACE "${boost_ext_SOURCE_DIR}")
1620

1721
if(NOT EMSCRIPTEN)
1822
FetchContent_Declare(

0 commit comments

Comments
 (0)