fix python module compilation with enabled CUDA support:

filterout all CUDA related headers from python module include headers
This commit is contained in:
Vladislav Vinogradov 2014-08-04 12:12:51 +04:00
parent add9ce46c3
commit cdb7b83741

View File

@ -45,7 +45,8 @@ endforeach(m)
# header blacklist
ocv_list_filterout(opencv_hdrs ".h$")
ocv_list_filterout(opencv_hdrs "opencv2/core/cuda")
ocv_list_filterout(opencv_hdrs "cuda")
ocv_list_filterout(opencv_hdrs "cudev")
ocv_list_filterout(opencv_hdrs "opencv2/objdetect/detection_based_tracker.hpp")
ocv_list_filterout(opencv_hdrs "opencv2/optim.hpp")