diff options
Diffstat (limited to 'sci-libs/ViSP/files/ViSP-3.0.0-opencv.patch')
-rw-r--r-- | sci-libs/ViSP/files/ViSP-3.0.0-opencv.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/sci-libs/ViSP/files/ViSP-3.0.0-opencv.patch b/sci-libs/ViSP/files/ViSP-3.0.0-opencv.patch deleted file mode 100644 index 7bd7705e552e..000000000000 --- a/sci-libs/ViSP/files/ViSP-3.0.0-opencv.patch +++ /dev/null @@ -1,13 +0,0 @@ -Index: visp-3.0.0/modules/core/CMakeLists.txt -=================================================================== ---- visp-3.0.0.orig/modules/core/CMakeLists.txt -+++ visp-3.0.0/modules/core/CMakeLists.txt -@@ -172,7 +172,7 @@ if(USE_OPENCV) - list(APPEND opt_libs ${OpenCV_LIBS}) - endif() - list(APPEND opt_incs ${OpenCV_INCLUDE_DIRS}) -- #list(APPEND opt_libs ${OpenCV_LIBS}) -+ list(APPEND opt_libs ${OpenCV_LIBS}) - #MESSAGE("OpenCV_INCLUDE_DIRS = ${OpenCV_INCLUDE_DIRS}") - #MESSAGE("OpenCV_LIBS = ${OpenCV_LIBS}") - #MESSAGE("OpenCV_LIB_DIR = ${OpenCV_LIB_DIR}") |