Skip to content

Commit

Permalink
turn off wx
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewkh committed Sep 25, 2024
1 parent f94f51c commit 2eb4c7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third_party/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -65,14 +65,14 @@ else()
"-DBUILD_SHARED_LIBS=OFF"
"-DBUILD_ONLY=transfer;s3"
"-DENABLE_TESTING=OFF"
"-DAWS_SDK_WARNINGS_ARE_ERRORS=OFF"
"-DCMAKE_BUILD_TYPE=Release"
"-DCMAKE_INSTALL_PREFIX=${aws_cpp_sdk_INSTALL}"
"-DCMAKE_INSTALL_LIBDIR=lib"
)

if(MSVC)
list(APPEND cmake_args "-DCMAKE_CXX_FLAGS=/EHsc")
list(APPEND cmake_args "-DAWS_SDK_WARNINGS_ARE_ERRORS=OFF")
endif()

include(ExternalProject)
Expand Down

0 comments on commit 2eb4c7d

Please sign in to comment.