Skip to content

Commit 152b059

Browse files
committed
1
1 parent 86a9460 commit 152b059

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake_modules/IcebergThirdpartyToolchain.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ function(resolve_cpr_dependency)
291291

292292
if(TARGET libcurl)
293293
message(STATUS "Found vendored target 'libcurl', installing it.")
294-
install(TARGETS curl-static
294+
install(TARGETS libcurl
295295
EXPORT iceberg_targets
296296
ARCHIVE DESTINATION "${ICEBERG_INSTALL_LIBDIR}")
297297
else()

0 commit comments

Comments
 (0)