mirror of https://github.com/opencv/opencv.git
Open Source Computer Vision Library
https://opencv.org/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
355 B
13 lines
355 B
diff --git a/CMakeLists.txt b/CMakeLists.txt |
|
index 7900b382..b5c53d09 100644 |
|
--- a/CMakeLists.txt |
|
+++ b/CMakeLists.txt |
|
@@ -24,6 +24,8 @@ include(features) |
|
# include developer package |
|
include(developer_package) |
|
|
|
+disable_deprecated_warnings() |
|
+ |
|
# These options are shared with 3rdparty plugins |
|
# by means of developer package |
|
include(check_features)
|
|
|