From 8d9523fa93ae6a5459fc8fc67e243a95f2267f78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Traizet?= Date: Mon, 20 Jul 2020 15:04:51 +0200 Subject: [PATCH] BUG: don't set opencv dir in Superbuild scripts as cmake should be able to find it and because share/OpenCV does not exist in opencv4 --- SuperBuild/CMake/External_opencv.cmake | 2 -- 1 file changed, 2 deletions(-) diff --git a/SuperBuild/CMake/External_opencv.cmake b/SuperBuild/CMake/External_opencv.cmake index d668a40875..ae66793c98 100644 --- a/SuperBuild/CMake/External_opencv.cmake +++ b/SuperBuild/CMake/External_opencv.cmake @@ -125,5 +125,3 @@ ExternalProject_Add(OPENCV ) SUPERBUILD_PATCH_SOURCE(OPENCV) - -set(_SB_OpenCV_DIR ${SB_INSTALL_PREFIX}/share/OpenCV) -- GitLab