Merge pull request #16300 from Palmitoxico:cmake-cmp0077

pull/16240/head
Alexander Alekhin 5 years ago
commit 1a74de1f9c
  1. 3
      CMakeLists.txt

@ -68,6 +68,9 @@ if(POLICY CMP0075)
cmake_policy(SET CMP0075 NEW) # CMake 3.12+: Include file check macros honor `CMAKE_REQUIRED_LIBRARIES`
endif()
if(POLICY CMP0077)
cmake_policy(SET CMP0077 NEW) # CMake 3.13+: option() honors normal variables.
endif()
#
# Configure OpenCV CMake hooks

Loading…
Cancel
Save