We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f124166 commit 458d54aCopy full SHA for 458d54a
CMakeLists.txt
@@ -29,8 +29,8 @@ target_link_libraries(${LOADABLE_EXTENSION_NAME} OpenSSL::SSL OpenSSL::Crypto)
29
30
if(MINGW)
31
find_package(ZLIB)
32
- target_link_libraries(httpfs_loadable_extension ZLIB::ZLIB -lcrypt32)
33
- 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)
34
endif()
35
36
install(
0 commit comments