Skip to content

Commit b3c1215

Browse files
committed
Handle Boost.ASIO
1 parent 2dcce1b commit b3c1215

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

include/BoostRoot.cmake

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,8 @@ function(__boost_scan_dependencies lib var sub_folder)
224224
string(REGEX REPLACE "^Boost::" "" dep ${dep})
225225
if(dep MATCHES "unit_test_framework|prg_exec_monitor|test_exec_monitor")
226226
set(dep "test")
227+
elseif(dep MATCHES "^asio")
228+
set(dep "asio")
227229
else()
228230
string(REGEX REPLACE "^numeric_" "numeric/" dep ${dep})
229231
endif()

0 commit comments

Comments
 (0)