Skip to content

Commit

Permalink
Add the ZLIB changes too
Browse files Browse the repository at this point in the history
  • Loading branch information
sirknightj committed Dec 12, 2024
1 parent 8657672 commit ed7ebbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@ endif()

if(BUILD_TEST)
# adding ZLIB because aws sdk static link seems to be broken when zlib is needed
if(NOT WIN32)
if(NOT WIN32 AND ENABLE_AWS_SDK_IN_TESTS)
find_package(ZLIB REQUIRED)
endif()
add_subdirectory(tst)
Expand Down

0 comments on commit ed7ebbb

Please sign in to comment.