Skip to content

Commit

Permalink
try to lower warning level
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewkh committed Sep 25, 2024
1 parent 25640b6 commit d5dc7b2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions third_party/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ else()
else()
list(APPEND AWSSDK_LIBRARIES ${aws_cpp_sdk_INSTALL}/lib/lib${lib}.a)
endif()
if(MSVC)
target_compile_options(${lib} PRIVATE /W4 /WX)
endif()
endforeach()

if(UNIX AND NOT APPLE)
Expand Down

0 comments on commit d5dc7b2

Please sign in to comment.