mirror of https://github.com/opencv/opencv.git
Merge pull request #17028 from xipingyan:patch-1
* Update OpenCVFindVA_INTEL.cmake When set env VA_INTEL_IOCL_ROOT, "if($ENV{VA_INTEL_IOCL_ROOT})" don't work. My modification as follow. - if($ENV{VA_INTEL_IOCL_ROOT}) + if(DEFINED ENV{VA_INTEL_IOCL_ROOT}) Refer: https://cmake.org/cmake/help/latest/variable/ENV.html * based on merge comment, update codepull/17023/head
parent
e1f14fcac7
commit
5c7c80dd27
1 changed files with 3 additions and 4 deletions
Loading…
Reference in new issue