mirror of
https://github.com/apple/foundationdb.git
synced 2025-06-02 19:25:52 +08:00
Fix build issue with awssdk_target
This commit is contained in:
parent
e151a2d363
commit
1862e65415
@ -94,7 +94,7 @@ if(BUILD_AZURE_BACKUP)
|
||||
target_link_libraries(fdbclient_sampling PRIVATE curl azure-storage-lite)
|
||||
endif()
|
||||
|
||||
if(BUILD_AWS_BACKUP)
|
||||
if(WITH_AWS_BACKUP)
|
||||
target_link_libraries(fdbclient PUBLIC awssdk_target)
|
||||
target_link_libraries(fdbclient_sampling PUBLIC awssdk_target)
|
||||
endif()
|
||||
|
Loading…
x
Reference in New Issue
Block a user