Skip to content

Commit 458d54a

Browse files
authored
Fix definitions
1 parent f124166 commit 458d54a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ target_link_libraries(${LOADABLE_EXTENSION_NAME} OpenSSL::SSL OpenSSL::Crypto)
2929

3030
if(MINGW)
3131
find_package(ZLIB)
32-
target_link_libraries(httpfs_loadable_extension ZLIB::ZLIB -lcrypt32)
33-
target_link_libraries(httpfs_extension ZLIB::ZLIB -lcrypt32)
32+
target_link_libraries(${LOADABLE_EXTENSION_NAME} ZLIB::ZLIB -lcrypt32)
33+
target_link_libraries(${EXTENSION_NAME} ZLIB::ZLIB -lcrypt32)
3434
endif()
3535

3636
install(

0 commit comments

Comments
 (0)