Skip to content

Commit

Permalink
Merge pull request #2470 from dzenanz/main
Browse files Browse the repository at this point in the history
Fix AWS SDK linking errors
  • Loading branch information
WardF committed Aug 16, 2022
2 parents 5ccb71d + bb1e0c3 commit 12a9083
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion liblib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ IF(ENABLE_PNETCDF AND PNETCDF)
ENDIF()

IF(ENABLE_S3_SDK)
# TARGET_LINK_DIRECTORIES(netcdf PUBLIC ${AWSSDK_LIB_DIR})
TARGET_LINK_DIRECTORIES(netcdf PUBLIC ${AWSSDK_LIB_DIR})
TARGET_LINK_LIBRARIES(netcdf ${AWS_LINK_LIBRARIES})
ENDIF()

Expand Down

0 comments on commit 12a9083

Please sign in to comment.