mirror of
https://github.com/opencv/opencv.git
synced 2024-11-27 12:40:05 +08:00
14 lines
355 B
Diff
14 lines
355 B
Diff
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)
|