File tree Expand file tree Collapse file tree
sdk/eventhubs/azure-messaging-eventhubs/samples Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ add_executable (
1212 eventhubs-${samplename}
1313 ${samplename} .cpp )
1414
15- CREATE_PER_SERVICE_TARGET_BUILD_FOR_SAMPLE (eventhubs eventhubs-${samplename} DISABLE_RUN )
15+ CREATE_PER_SERVICE_TARGET_BUILD_FOR_SAMPLE (eventhubs eventhubs-${samplename} )
1616
1717target_link_libraries (eventhubs-${samplename} PRIVATE azure-messaging-eventhubs azure-identity )
1818endmacro ()
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ add_executable (
1212 eventhubs-${samplename}
1313 ${samplename} .cpp )
1414
15- CREATE_PER_SERVICE_TARGET_BUILD_FOR_SAMPLE (eventhubs eventhubs-${samplename} DISABLE_RUN )
15+ CREATE_PER_SERVICE_TARGET_BUILD_FOR_SAMPLE (eventhubs eventhubs-${samplename} )
1616
1717target_link_libraries (eventhubs-${samplename} PRIVATE azure-messaging-eventhubs azure-identity )
1818endmacro ()
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ add_executable (
1212 eventhubs-${samplename}
1313 ${samplename} .cpp )
1414
15- CREATE_PER_SERVICE_TARGET_BUILD_FOR_SAMPLE (eventhubs eventhubs-${samplename} DISABLE_RUN )
15+ CREATE_PER_SERVICE_TARGET_BUILD_FOR_SAMPLE (eventhubs eventhubs-${samplename} )
1616
1717target_link_libraries (eventhubs-${samplename} PRIVATE azure-messaging-eventhubs azure-identity )
1818endmacro ()
You can’t perform that action at this time.
0 commit comments