Skip to content

Commit 29b0ef4

Browse files
committed
Merge pull request opencv#9810 from alalek:fix_js_build
2 parents bfb12ac + 3010cc5 commit 29b0ef4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/js/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ ocv_list_filterout(opencv_hdrs "modules/cuda.*")
3838
ocv_list_filterout(opencv_hdrs "modules/cudev")
3939
ocv_list_filterout(opencv_hdrs "modules/core/.*/hal/")
4040
ocv_list_filterout(opencv_hdrs "modules/.*/detection_based_tracker.hpp") # Conditional compilation
41-
ocv_list_filterout(opencv_hdrs "modules/core/include/opencv2/core/utils/trace.*.hpp")
41+
ocv_list_filterout(opencv_hdrs "modules/core/include/opencv2/core/utils/.*")
4242

4343
file(WRITE "${CMAKE_CURRENT_BINARY_DIR}/headers.txt" "${opencv_hdrs}")
4444

0 commit comments

Comments
 (0)