Skip to content

Commit 9c83f6c

Browse files
author
Roman Donchenko
committed
Merge remote-tracking branch 'origin/2.4' into merge-2.4
Conflicts: cmake/OpenCVDetectCUDA.cmake modules/core/include/opencv2/core/version.hpp modules/cudacodec/src/ffmpeg_video_source.cpp modules/gpu/src/video_writer.cpp modules/highgui/test/test_ffmpeg.cpp modules/highgui/test/test_video_io.cpp modules/highgui/test/test_video_pos.cpp modules/ocl/include/opencv2/ocl/ocl.hpp modules/ocl/include/opencv2/ocl/private/util.hpp modules/ocl/src/arithm.cpp modules/ocl/src/blend.cpp modules/ocl/src/canny.cpp modules/ocl/src/cl_operations.cpp modules/ocl/src/filtering.cpp modules/ocl/src/haar.cpp modules/ocl/src/imgproc.cpp modules/ocl/src/kmeans.cpp modules/ocl/src/moments.cpp modules/ocl/src/safe_call.hpp modules/ocl/src/split_merge.cpp modules/ocl/test/test_moments.cpp samples/ocl/squares.cpp
2 parents 03bbee3 + dd942df commit 9c83f6c

File tree

117 files changed

+7558
-7114
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

117 files changed

+7558
-7114
lines changed

CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ else(NOT CMAKE_TOOLCHAIN_FILE)
3232
endif(NOT CMAKE_TOOLCHAIN_FILE)
3333

3434

35+
if(POLICY CMP0017)
36+
cmake_policy(SET CMP0017 NEW)
37+
endif()
38+
3539
if(POLICY CMP0022)
3640
cmake_policy(SET CMP0022 OLD)
3741
endif()

0 commit comments

Comments
 (0)