From 02bc17be6ff47bf85b9b99669051a1c963d24205 Mon Sep 17 00:00:00 2001 From: Alexander Alekhin Date: Fri, 2 Feb 2018 12:26:22 +0300 Subject: [PATCH] js: filterout OpenCL headers --- modules/js/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/js/CMakeLists.txt b/modules/js/CMakeLists.txt index 4d90f468c8..7db438b8a9 100644 --- a/modules/js/CMakeLists.txt +++ b/modules/js/CMakeLists.txt @@ -32,6 +32,7 @@ endforeach(m) # header blacklist ocv_list_filterout(opencv_hdrs "modules/.*.h$") ocv_list_filterout(opencv_hdrs "modules/core/.*/cuda") +ocv_list_filterout(opencv_hdrs "modules/core/.*/opencl") ocv_list_filterout(opencv_hdrs "modules/core/include/opencv2/core/opengl.hpp") ocv_list_filterout(opencv_hdrs "modules/core/include/opencv2/core/ocl.hpp") ocv_list_filterout(opencv_hdrs "modules/cuda.*")