Skip to content

Commit

Permalink
Fix cross-compilation workflow (gazebosim#319)
Browse files Browse the repository at this point in the history
Signed-off-by: Silvio <[email protected]>
  • Loading branch information
traversaro authored Nov 28, 2022
1 parent 2356549 commit f88966e
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 f88966e

Please sign in to comment.