mirror of
https://github.com/opencv/opencv.git
synced 2024-11-24 11:10:21 +08:00
Merge pull request #4152 from mshabunin:fix-cuda-build
This commit is contained in:
commit
b6e5e66661
@ -8,7 +8,7 @@ ocv_warnings_disable(CMAKE_CXX_FLAGS /wd4189 /wd4505 -Wundef -Wmissing-declarati
|
||||
|
||||
ocv_add_module(cudev)
|
||||
|
||||
ocv_module_include_directories(opencv_core)
|
||||
ocv_module_include_directories(opencv_core opencv_hal)
|
||||
|
||||
file(GLOB_RECURSE lib_hdrs "include/opencv2/*.hpp")
|
||||
file(GLOB lib_srcs "src/*.cpp")
|
||||
|
Loading…
Reference in New Issue
Block a user