mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 02:11:36 +08:00
14 lines
498 B
Diff
14 lines
498 B
Diff
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
|
index ea0d8d6..2a853a0 100644
|
|
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -119,7 +119,7 @@ else()
|
|
endif()
|
|
|
|
list(APPEND SDK_COMPILER_FLAGS "-Wall" "-Werror" "-pedantic" "-Wextra")
|
|
-
|
|
+ list(APPEND SDK_COMPILER_FLAGS "-Wno-error=deprecated-declarations")
|
|
if (ENABLE_COVERAGE)
|
|
SET(CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} -fprofile-arcs -ftest-coverage")
|
|
SET(CMAKE_C_FLAGS_DEBUG "${CMAKE_C_FLAGS_DEBUG} -fprofile-arcs -ftest-coverage")
|