Skip to content

Commit

Permalink
Merge 55c4b13 into 2356549
Browse files Browse the repository at this point in the history
  • Loading branch information
traversaro authored Nov 24, 2022
2 parents 2356549 + 55c4b13 commit d3fc146
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ function(gz_msgs_protoc)
COMMAND Python3::Interpreter
ARGS tools/gz_msgs_generate.py
--protoc-exec "$<TARGET_FILE:${gz_msgs_protoc_PROTOC_EXEC}>"
--gz-generator-bin "$<TARGET_FILE:gz_msgs_gen>"
--gz-generator-bin "${GZ_MSGS_GEN_EXECUTABLE}"
--generate-cpp "${gz_msgs_protoc_GENERATE_CPP}"
--generate-ruby "${gz_msgs_protoc_GENERATE_RUBY}"
--generate-ignition "TRUE"
Expand Down

0 comments on commit d3fc146

Please sign in to comment.