1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-31 08:13:04 +04:00

Clean up CMake version checks

This commit is contained in:
Gold856
2026-06-05 15:52:49 -04:00
parent 47eefa5abf
commit 6fd1b687a1
8 changed files with 35 additions and 66 deletions
+1
View File
@@ -1,6 +1,7 @@
if(OPENCV_SKIP_SAMPLES_SYCL)
return()
endif()
cmake_minimum_required(VERSION 3.13)
ocv_install_example_src(sycl *.cpp *.hpp CMakeLists.txt)