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 49d82c5 commit fb25fcfCopy full SHA for fb25fcf
build/library.rs
@@ -425,7 +425,7 @@ impl Library {
425
|| env::var_os("OPENCV_CMAKE_BIN").is_some();
426
let explicit_vcpkg = env::var_os("VCPKG_ROOT").is_some();
427
eprintln!(
428
- "=== Detected probe priority based on environment vars: pkg_config: {explicit_pkg_config}, cmake: {explicit_cmake}, vcpkg: {explicit_vcpkg}"
+ "=== Detected probe priority boost based on environment vars: pkg_config: {explicit_pkg_config}, cmake: {explicit_cmake}, vcpkg: {explicit_vcpkg}"
429
);
430
431
let disabled_probes = env::var("OPENCV_DISABLE_PROBES");
0 commit comments