Skip to content

Commit

Permalink
refactor: function naming convention
Browse files Browse the repository at this point in the history
  • Loading branch information
LoremIPsummer committed Oct 27, 2023
1 parent 7a340f1 commit 7985d08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Functions.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -148,4 +148,4 @@ function(generate_from_thrift _output_files _thrift_file _additional_args)
DEPENDS ${_thrift_file}
COMMENT "Generating Thrift for ${_thrift_file}"
)
endfunction()
endfunction(generate_from_thrift)

0 comments on commit 7985d08

Please sign in to comment.