From 4935511bc3a6704e040bcfddd1f80d1e7debf38d Mon Sep 17 00:00:00 2001 From: Georg Hagen Date: Tue, 17 Sep 2024 16:42:49 +0200 Subject: [PATCH] Remove opencv file --- 3rdParty/opencv/CMakeLists.txt | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 3rdParty/opencv/CMakeLists.txt diff --git a/3rdParty/opencv/CMakeLists.txt b/3rdParty/opencv/CMakeLists.txt deleted file mode 100644 index ca8c7c8..0000000 --- a/3rdParty/opencv/CMakeLists.txt +++ /dev/null @@ -1,17 +0,0 @@ -Find_Package(OpenCV) -include(FetchContent) - -if(NOT DEFINED OPENCV_REPO) - set(OPENCV_REPO https://github.com/opencv/opencv.git) -endif () - -if (NOT OpenCV_FOUND) - FetchContent_Declare( - opencv - EXCLUDE_FROM_ALL - GIT_REPOSITORY ${OPENCV_REPO} - GIT_TAG v4.8.1 - GIT_SHALLOW TRUE - ) - FetchContent_MakeAvailable(opencv) -endif() \ No newline at end of file