Skip to content

Commit

Permalink
remove install dir
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewkh committed Sep 25, 2024
1 parent a240635 commit 686dc5f
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 @@ -55,7 +55,7 @@ else()
list(APPEND AWSSDK_LIBRARIES ${aws_cpp_sdk_INSTALL}/lib/lib${lib}.a)
endif()
if(MSVC)
target_compile_options(${aws_cpp_sdk_INSTALL}/lib/${lib}.lib PRIVATE /W3 /WX)
target_compile_options(lib/${lib}.lib PRIVATE /W3 /WX)
endif()
endforeach()

Expand Down

0 comments on commit 686dc5f

Please sign in to comment.