summaryrefslogtreecommitdiffhomepage
path: root/cmake/opentrack-opencv.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/opentrack-opencv.cmake')
-rw-r--r--cmake/opentrack-opencv.cmake10
1 files changed, 0 insertions, 10 deletions
diff --git a/cmake/opentrack-opencv.cmake b/cmake/opentrack-opencv.cmake
index 40356418..3acadf4a 100644
--- a/cmake/opentrack-opencv.cmake
+++ b/cmake/opentrack-opencv.cmake
@@ -2,13 +2,3 @@ include_guard(GLOBAL)
include(opentrack-boilerplate)
find_package(OpenCV QUIET)
-
-function(otr_install_opencv_libs)
- foreach(k core features2d calib3d flann imgcodecs imgproc videoio)
- otr_install_lib("opencv_${k}" "${opentrack-libexec}")
- endforeach()
-endfunction()
-
-if(TARGET opencv_core)
- otr_install_opencv_libs()
-endif()