From 3010cc5971252da15a111e3f7f41312e6000eb95 Mon Sep 17 00:00:00 2001 From: Alexander Alekhin Date: Mon, 9 Oct 2017 16:14:01 +0300 Subject: [PATCH] js: skip 'utils' headers --- modules/js/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/js/CMakeLists.txt b/modules/js/CMakeLists.txt index 28fee00a39..4d90f468c8 100644 --- a/modules/js/CMakeLists.txt +++ b/modules/js/CMakeLists.txt @@ -38,7 +38,7 @@ ocv_list_filterout(opencv_hdrs "modules/cuda.*") ocv_list_filterout(opencv_hdrs "modules/cudev") ocv_list_filterout(opencv_hdrs "modules/core/.*/hal/") ocv_list_filterout(opencv_hdrs "modules/.*/detection_based_tracker.hpp") # Conditional compilation -ocv_list_filterout(opencv_hdrs "modules/core/include/opencv2/core/utils/trace.*.hpp") +ocv_list_filterout(opencv_hdrs "modules/core/include/opencv2/core/utils/.*") file(WRITE "${CMAKE_CURRENT_BINARY_DIR}/headers.txt" "${opencv_hdrs}") -- GitLab