Skip to content

Commit fb25fcf

Browse files
committed
Cleanup
1 parent 49d82c5 commit fb25fcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/library.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ impl Library {
425425
|| env::var_os("OPENCV_CMAKE_BIN").is_some();
426426
let explicit_vcpkg = env::var_os("VCPKG_ROOT").is_some();
427427
eprintln!(
428-
"=== Detected probe priority based on environment vars: pkg_config: {explicit_pkg_config}, cmake: {explicit_cmake}, vcpkg: {explicit_vcpkg}"
428+
"=== Detected probe priority boost based on environment vars: pkg_config: {explicit_pkg_config}, cmake: {explicit_cmake}, vcpkg: {explicit_vcpkg}"
429429
);
430430

431431
let disabled_probes = env::var("OPENCV_DISABLE_PROBES");

0 commit comments

Comments
 (0)