File tree Expand file tree Collapse file tree 2 files changed +3
-82
lines changed
Expand file tree Collapse file tree 2 files changed +3
-82
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ if( eckit_HAVE_S3 )
88 set ( S3_TEST_BUCKET "eckit-test-s3-bucket" )
99 set ( S3_TEST_OBJECT "eckit-test-s3-object" )
1010
11- configure_file ( test_s3_config.h.in ${CMAKE_CURRENT_SOURCE_DIR} / test_s3_config.h @ONLY )
11+ configure_file ( test_s3_config.h.in test_s3_config.h @ONLY )
1212
1313 configure_file ( S3Config.yaml.in S3Config.yaml @ONLY )
1414 configure_file ( S3Credentials.yaml.in S3Credentials.yaml @ONLY )
@@ -20,8 +20,8 @@ if( eckit_HAVE_S3 )
2020 ecbuild_add_test(
2121 TARGET eckit_test_s3_${_test}
2222 SOURCES test_s3_${_test} .cc
23- INCLUDES test_s3_config.h ${AWSSDK_INCLUDE_DIRS }
24- LIBS eckit ${AWSSDK_LINK_LIBRARIES}
23+ INCLUDES ${CMAKE_CURRENT_BINARY_DIR }
24+ LIBS eckit
2525 ENVIRONMENT "${_test_environment} "
2626 )
2727
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments