We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dcce1b commit b3c1215Copy full SHA for b3c1215
include/BoostRoot.cmake
@@ -224,6 +224,8 @@ function(__boost_scan_dependencies lib var sub_folder)
224
string(REGEX REPLACE "^Boost::" "" dep ${dep})
225
if(dep MATCHES "unit_test_framework|prg_exec_monitor|test_exec_monitor")
226
set(dep "test")
227
+ elseif(dep MATCHES "^asio")
228
+ set(dep "asio")
229
else()
230
string(REGEX REPLACE "^numeric_" "numeric/" dep ${dep})
231
endif()
0 commit comments