Skip to content

Commit

Permalink
Merge pull request #2 from iory/google_chat_ros
Browse files Browse the repository at this point in the history
[dialogflow_task_executive] Enable aarch64
  • Loading branch information
mqcmd196 authored Jul 28, 2022
2 parents 160feb6 + dadfe4f commit 3ee97fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dialogflow_task_executive/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ project(dialogflow_task_executive)

execute_process(COMMAND bash -c "gcc -dumpmachine" OUTPUT_VARIABLE gcc_dump_machine OUTPUT_STRIP_TRAILING_WHITESPACE)
message("-- gcc dumpmachine returns ${gcc_dump_machine}")
if(NOT gcc_dump_machine MATCHES "x86_64-.*")
if(NOT (gcc_dump_machine MATCHES "x86_64-.*" OR gcc_dump_machine MATCHES "aarch64-.*"))
message(WARNING "pip -i requirements.txt work only with i686 ???")
message(WARNING "`pip install grpcio` fails with
third_party/boringssl-with-bazel/src/crypto/hrss/asm/poly_rq_mul.S: Assembler messages:
Expand Down

0 comments on commit 3ee97fb

Please sign in to comment.