From 65a04703260421ab9fea70b41c4946f1d28f0652 Mon Sep 17 00:00:00 2001 From: Vadim Pisarevsky Date: Thu, 30 Sep 2010 20:55:47 +0000 Subject: [PATCH] added calib3d dependency of highgui, to visualize checkerboard detector work, and probably other algorithms --- modules/calib3d/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/calib3d/CMakeLists.txt b/modules/calib3d/CMakeLists.txt index 1348ae5dd5..9ce2d0ba7d 100644 --- a/modules/calib3d/CMakeLists.txt +++ b/modules/calib3d/CMakeLists.txt @@ -1 +1 @@ -define_opencv_module(calib3d opencv_core opencv_imgproc) +define_opencv_module(calib3d opencv_core opencv_imgproc opencv_highgui)