Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sfodagain committed Apr 2, 2024
1 parent ce3c578 commit 8f421ec
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion discovery/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ if (BUILD_DEPS)
endif()
endif()

aws_add_sanitizer(${PROJECT_NAME})
aws_add_sanitizers(${PROJECT_NAME})
target_link_libraries(Discovery-cpp ${DEP_AWS_LIBS})

install(FILES ${AWS_DISCOVERY_HEADERS} DESTINATION "include/aws/discovery/" COMPONENT Development)
Expand Down
2 changes: 1 addition & 1 deletion eventstream_rpc/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ if (NOT IS_SUBDIRECTORY_INCLUDE)
aws_use_package(aws-crt-cpp)
endif()

aws_add_sanitizer(${PROJECT_NAME})
aws_add_sanitizers(${PROJECT_NAME})
target_link_libraries(EventstreamRpc-cpp PUBLIC ${DEP_AWS_LIBS})

install(FILES ${AWS_EVENTSTREAMRPC_HEADERS} DESTINATION "include/aws/eventstreamrpc/" COMPONENT Development)
Expand Down
2 changes: 1 addition & 1 deletion eventstream_rpc/tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ add_test_case(OperateWhileDisconnected)
#add_test_case(EchoOperation)
#add_test_case(StressTestClient)
generate_cpp_test_driver(${TEST_BINARY_NAME})
aws_add_sanitizer(${TEST_BINARY_NAME})
aws_add_sanitizers(${TEST_BINARY_NAME})
target_include_directories(${TEST_BINARY_NAME} PUBLIC
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include>
$<INSTALL_INTERFACE:include>)
2 changes: 1 addition & 1 deletion greengrass_ipc/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ if (NOT IS_SUBDIRECTORY_INCLUDE)
aws_use_package(aws-crt-cpp)
endif()

aws_add_sanitizer(${PROJECT_NAME})
aws_add_sanitizers(${PROJECT_NAME})
target_link_libraries(GreengrassIpc-cpp PUBLIC ${DEP_AWS_LIBS})

install(FILES ${AWS_GREENGRASSIPC_HEADERS} DESTINATION "include/aws/greengrass/" COMPONENT Development)
Expand Down
2 changes: 1 addition & 1 deletion identity/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ else()
COMPONENT Development)
endif()

aws_add_sanitizer(${PROJECT_NAME})
aws_add_sanitizers(${PROJECT_NAME})
target_include_directories(IotIdentity-cpp PUBLIC
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include>
$<INSTALL_INTERFACE:include>)
Expand Down

0 comments on commit 8f421ec

Please sign in to comment.