Skip to content

Commit

Permalink
iox-eclipse-iceoryx#409 set iceoryx dirs to ICEORYX_DIR
Browse files Browse the repository at this point in the history
Signed-off-by: Dietrich Krönke <dietrich.kroenke@apex.ai>
  • Loading branch information
dkroenke committed Apr 23, 2021
1 parent df1f586 commit dd79711
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions tools/axivion/axivion_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -1609,13 +1609,13 @@
"AxivionLinker": {
"_active": true,
"input_files": [
"$(IOX_DIR)/build/install/prefix/bin/iox-cpp-publisher",
"$(IOX_DIR)/build/install/prefix/bin/iox-cpp-subscriber",
"$(IOX_DIR)/build/install/prefix/bin/iox-c-publisher",
"$(IOX_DIR)/build/install/prefix/bin/iox-c-subscriber",
"$(IOX_DIR)/build/install/prefix/bin/iox-cpp-waitset-individual",
"$(IOX_DIR)/build/install/prefix/bin/iox-c-waitset-individual",
"$(IOX_DIR)/build/install/prefix/bin/iox-roudi"
"$(ICEORYX_DIR)/build/install/prefix/bin/iox-cpp-publisher",
"$(ICEORYX_DIR)/build/install/prefix/bin/iox-cpp-subscriber",
"$(ICEORYX_DIR)/build/install/prefix/bin/iox-c-publisher",
"$(ICEORYX_DIR)/build/install/prefix/bin/iox-c-subscriber",
"$(ICEORYX_DIR)/build/install/prefix/bin/iox-cpp-waitset-individual",
"$(ICEORYX_DIR)/build/install/prefix/bin/iox-c-waitset-individual",
"$(ICEORYX_DIR)/build/install/prefix/bin/iox-roudi"
],
"ir": "result.ir",
"options": "-j -I2000 -i2000"
Expand Down Expand Up @@ -1671,7 +1671,7 @@
"clean_after": false,
"clean_before": false
},
"directory": "$(IOX_DIR)",
"directory": "$(ICEORYX_DIR)",
"ir": "result.ir",
"name": "iceoryx"
},
Expand Down Expand Up @@ -1709,7 +1709,7 @@
"cmake dependencies": {
"_active": true,
"_copy_from": "Command",
"build_command": "cmake -DCMAKE_BUILD_TYPE= -DCMAKE_INSTALL_PREFIX=$(IOX_DIR)/build/install/prefix/ -DEXAMPLES=ON -DDDS_GATEWAY=ON $($(IOX_DIR))/iceoryx_meta",
"build_command": "cmake -DCMAKE_BUILD_TYPE= -DCMAKE_INSTALL_PREFIX=$(ICEORYX_DIR)/build/install/prefix/ -DEXAMPLES=ON -DDDS_GATEWAY=ON $($(ICEORYX_DIR))/iceoryx_meta",
"clean_command": null,
"cwd": "build",
"environment": {
Expand Down

0 comments on commit dd79711

Please sign in to comment.