From ed7ebbbef9e609bcc0d7d36f0d0cca10bbb11560 Mon Sep 17 00:00:00 2001 From: sirknightj Date: Wed, 11 Dec 2024 23:49:32 -0800 Subject: [PATCH] Add the ZLIB changes too --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index fc03437880..6b7168d049 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)