1 2 3 4 5 6 7
fn main() { #[cfg(feature = "opencl")] pkg_config::Config::new() .atleast_version("2.0") .probe("OpenCL") .unwrap(); }