Skip to content

Commit

Permalink
Fix CMake error when BUILD_DEPS=OFF (#551)
Browse files Browse the repository at this point in the history
  • Loading branch information
graebm authored Oct 5, 2023
1 parent 27c812d commit 19cbbc8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,7 @@ aws_use_package(aws-checksums)
aws_use_package(aws-c-event-stream)
aws_use_package(aws-c-s3)

include(AwsSanitizers)
aws_add_sanitizers(${PROJECT_NAME})

target_link_libraries(${PROJECT_NAME} PUBLIC ${DEP_AWS_LIBS})
Expand Down

0 comments on commit 19cbbc8

Please sign in to comment.