Skip to content

Commit f27784f

Browse files
pablogs9Acuadros95
andauthored
Add multithread configuration to colcon.meta (#333) (#334)
* Add multithread configuration to host * Auto stash before rebase of "origin/galactic" * Update config/host/generic/client-host-colcon.meta * Update config/host/generic/client-host-colcon.meta Co-authored-by: Antonio Cuadros <49162117+Acuadros95@users.noreply.github.com>
1 parent ba92d8c commit f27784f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

config/host/generic/client-host-colcon.meta

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
"names":{
33
"microxrcedds_client":{
44
"cmake-args":[
5-
"-DBUILD_SHARED_LIBS=ON"
5+
"-DBUILD_SHARED_LIBS=ON",
6+
"-DUCLIENT_PROFILE_MULTITHREAD=ON"
67
]
78
},
89
"microcdr":{
@@ -46,4 +47,3 @@
4647
}
4748
}
4849
}
49-

0 commit comments

Comments
 (0)