Skip to content

Commit

Permalink
Use manual configuration when generate go client. (#957)
Browse files Browse the repository at this point in the history
  • Loading branch information
CPWstatic authored and dutor committed Sep 24, 2019
1 parent 37dedc5 commit b3c6a94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/ThriftGenerate.cmake
Expand Up @@ -84,7 +84,7 @@ add_custom_command(
--gen "mstch_cpp2:include_prefix=${include_prefix},process_in_event_base,stack_arguments"
--gen "py"
--gen "java:hashcode"
--gen "go"
--gen "go:thrift_import=github.com/facebook/fbthrift/thrift/lib/go/thrift"
-o "." "${file_path}/${file_name}.thrift"
DEPENDS "${file_path}/${file_name}.thrift"
COMMENT "Generating thrift files for ${file_name}"
Expand Down

0 comments on commit b3c6a94

Please sign in to comment.