vcpkg/ports/aws-crt-cpp/no-werror.patch
Conor Ryan aa315719c4
[aws-sdk-cpp] update to 1.11.155 and update dependencies (#33491)
* Update aws-sdk-cpp to 1.11.155 and up dependencies in line

* ./vcpkg x-add-version --all
2023-09-01 11:27:58 -07:00

16 lines
612 B
Diff

diff --git a/CMakeLists.txt b/CMakeLists.txt
--- a/CMakeLists.txt (revision f2adef31d778cfe90b8a5bb377425f825ebf92f0)
+++ b/CMakeLists.txt (date 1675009099302)
@@ -337,9 +337,9 @@
# set extra warning flags
if(AWS_WARNINGS_ARE_ERRORS)
if(MSVC)
- target_compile_options(${PROJECT_NAME} PRIVATE /W4 /WX /wd4068)
+ target_compile_options(${PROJECT_NAME} PRIVATE /W4 /wd4068)
else()
- target_compile_options(${PROJECT_NAME} PRIVATE -Wall -Wno-long-long -pedantic -Werror)
+ target_compile_options(${PROJECT_NAME} PRIVATE -Wall -Wno-long-long -pedantic)
endif()
endif()