Skip to content

Commit c38566b

Browse files
committed
dep fix
1 parent 2bce569 commit c38566b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmake/BoostLibInstaller.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ include(DownloadBoost)
77
# Known dependencies
88
set(chrono_dep system)
99
set(coroutine_dep context system)
10-
set(context_dep chrono thread)
10+
set(context_dep thread)
1111
set(filesystem_dep system)
1212
set(graph_dep regex)
1313
set(locale_dep system)
@@ -68,7 +68,7 @@ function(boost_lib_installer req_boost_version req_boost_libs)
6868
message(STATUS "b2 args: ${b2Args}")
6969

7070
# Resolve dependency tree
71-
foreach(i RANGE 3)
71+
foreach(i RANGE 4)
7272
foreach(lib ${req_boost_libs})
7373
list(APPEND req_boost_libs2 ${lib})
7474
list(APPEND req_boost_libs2 ${${lib}_dep})

0 commit comments

Comments
 (0)