Skip to content

Commit

Permalink
remove func
Browse files Browse the repository at this point in the history
  • Loading branch information
waahm7 committed Aug 11, 2023
1 parent da1709e commit 411323c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions samples/s3/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ set(S3_PROJECT_NAME s3)
add_executable(${S3_PROJECT_NAME} ${S3_SRC})
aws_set_common_properties(${S3_PROJECT_NAME})

foreach(FUNC ${FUNCTIONS_TO_EXPORT})
target_link_options(${S3_PROJECT_NAME} PUBLIC "-u${FUNC}")
endforeach(FUNC)
target_include_directories(${S3_PROJECT_NAME} PUBLIC
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include>
$<INSTALL_INTERFACE:include>)
Expand Down

0 comments on commit 411323c

Please sign in to comment.