From f8dd9960af1f5862462caed2d04b11d25488e555 Mon Sep 17 00:00:00 2001 From: Ilya Lavrenov Date: Sat, 1 Feb 2014 21:49:03 +0400 Subject: [PATCH] one more ocl deletion --- samples/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/samples/CMakeLists.txt b/samples/CMakeLists.txt index 1d30f5b8bf..36b68d2d13 100644 --- a/samples/CMakeLists.txt +++ b/samples/CMakeLists.txt @@ -62,7 +62,6 @@ endif() add_subdirectory(c) add_subdirectory(cpp) -add_subdirectory(ocl) # FIXIT: can't use cvconfig.h in samples: add_subdirectory(gpu) if(WIN32)