From 4c06d0834e7252b98ca8a58d69e130531fa0d0cf Mon Sep 17 00:00:00 2001 From: Alexander Smorkalov Date: Mon, 22 Oct 2012 17:19:18 +0400 Subject: [PATCH] camera-preview sample removed from CMakeLists.txt --- samples/android/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/samples/android/CMakeLists.txt b/samples/android/CMakeLists.txt index 097e02d8ce..bf96bdf5a2 100644 --- a/samples/android/CMakeLists.txt +++ b/samples/android/CMakeLists.txt @@ -17,8 +17,6 @@ add_subdirectory(tutorial-2-opencvcamera) add_subdirectory(tutorial-3-native) add_subdirectory(tutorial-4-mixed) -add_subdirectory(camera-preview) - #hello-android sample if(HAVE_opencv_highgui) ocv_include_modules_recurse(opencv_highgui opencv_core)