Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
doshirohan committed Jan 3, 2025
1 parent b395655 commit 1aeb118
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/nidaqmx/moniker-streaming/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ get_filename_component(data_moniker_proto_path "${data_moniker_proto}" PATH)
message(STATUS "daqmx_proto_path: ${daqmx_proto_path}")
#----------------------------------------------------------------------
# Generate sources from proto files
# Usage: GenerateGrpcSources(PROTO <path> OUTPUT <path>...)
# Usage: GenerateGrpcSources(<proto-file-name> <proto-file-path>)
#----------------------------------------------------------------------
function(GenerateGrpcSources)
set(proto_name ${ARGV0})
Expand Down

0 comments on commit 1aeb118

Please sign in to comment.