We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfb12ac commit 3010cc5Copy full SHA for 3010cc5
modules/js/CMakeLists.txt
@@ -38,7 +38,7 @@ ocv_list_filterout(opencv_hdrs "modules/cuda.*")
38
ocv_list_filterout(opencv_hdrs "modules/cudev")
39
ocv_list_filterout(opencv_hdrs "modules/core/.*/hal/")
40
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")
+ocv_list_filterout(opencv_hdrs "modules/core/include/opencv2/core/utils/.*")
42
43
file(WRITE "${CMAKE_CURRENT_BINARY_DIR}/headers.txt" "${opencv_hdrs}")
44
0 commit comments