Skip to content

Commit

Permalink
Fix definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
lmangani authored Oct 9, 2024
1 parent f124166 commit 458d54a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ target_link_libraries(${LOADABLE_EXTENSION_NAME} OpenSSL::SSL OpenSSL::Crypto)

if(MINGW)
find_package(ZLIB)
target_link_libraries(httpfs_loadable_extension ZLIB::ZLIB -lcrypt32)
target_link_libraries(httpfs_extension ZLIB::ZLIB -lcrypt32)
target_link_libraries(${LOADABLE_EXTENSION_NAME} ZLIB::ZLIB -lcrypt32)
target_link_libraries(${EXTENSION_NAME} ZLIB::ZLIB -lcrypt32)
endif()

install(
Expand Down

0 comments on commit 458d54a

Please sign in to comment.