You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there, please feel free to close this issue if irrelevant.
I understand that colcon is a meta build system that invokes other build tools, like CMake.
In CMake, there is a configuration step, which caches. Using e.g. ccmake (or other tools), lets users read / modify the cached variables. This is quite convenient pre compilation as it lets users see / modify available variables.
Is there such abstract functionality in colcon?
Thank you for consideration.
The text was updated successfully, but these errors were encountered:
Hi there, please feel free to close this issue if irrelevant.
I understand that
colcon
is a meta build system that invokes other build tools, likeCMake
.In
CMake
, there is a configuration step, which caches. Using e.g.ccmake
(or other tools), lets users read / modify the cached variables. This is quite convenient pre compilation as it lets users see / modify available variables.Is there such abstract functionality in
colcon
?Thank you for consideration.
The text was updated successfully, but these errors were encountered: