Skip to content

Commit

Permalink
fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
waahm7 committed Aug 21, 2023
1 parent 97c3c87 commit fd82b0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/AwsCFlags.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ function(aws_set_common_properties target)
endif()

if(AWS_ENABLE_TRACING)
target_link_libraries(${PROJECT_NAME} PRIVATE ittnotify)
target_link_libraries(${target} PRIVATE ittnotify)
else()
list(APPEND AWS_C_DEFINES_PRIVATE -DINTEL_NO_ITTNOTIFY_API) # Disable intel notify api if tracing is not enabled
endif()
Expand Down

0 comments on commit fd82b0f

Please sign in to comment.