We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f88bbe commit c443a3dCopy full SHA for c443a3d
CMakeLists.txt
@@ -108,6 +108,10 @@ if(POLICY CMP0067)
108
cmake_policy(SET CMP0067 NEW)
109
endif()
110
111
+if(POLICY CMP0068)
112
+ cmake_policy(SET CMP0068 NEW) # CMake 3.9+: `RPATH` settings on macOS do not affect `install_name`.
113
+endif()
114
+
115
include(cmake/OpenCVUtils.cmake)
116
ocv_cmake_reset_hooks()
117
ocv_check_environment_variables(OPENCV_CMAKE_HOOKS_DIR)
0 commit comments