From c5ef3948cfcc1ec5c83f2062585040cb155cd0c9 Mon Sep 17 00:00:00 2001 From: kilavvy <140459108+kilavvy@users.noreply.github.com> Date: Thu, 12 Jun 2025 17:03:07 +0200 Subject: [PATCH] Update CMakeLists.txt --- samples/sycl/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/sycl/CMakeLists.txt b/samples/sycl/CMakeLists.txt index 3a3483bd21..7b19f81f0e 100644 --- a/samples/sycl/CMakeLists.txt +++ b/samples/sycl/CMakeLists.txt @@ -30,7 +30,7 @@ if(NOT SYCL_FOUND AND NOT OPENCV_SKIP_SAMPLES_SYCL_ONEDNN) if(NOT DEFINED DNNLROOT AND DEFINED ENV{DNNLROOT}) set(DNNLROOT "$ENV{DNNLROOT}") endif() - # Some verions of called script violate CMake policy and may emit unrecoverable CMake errors + # Some versions of called script violate CMake policy and may emit unrecoverable CMake errors # Use OPENCV_SKIP_SAMPLES_SYCL=1 / OPENCV_SKIP_SAMPLES_SYCL_ONEDNN to bypass this find_package(dnnl CONFIG QUIET HINTS "${DNNLROOT}") endif()