#406: orogen: cmake: missing dependency regen->all?
---------------------+-----------------------------------
Reporter: mzenzes | Owner: rock-dev-mailing-list
Type: defect | Status: new
Priority: minor | Milestone:
Component: base | Keywords: orogen,cmake
---------------------+-----------------------------------
When working in and orogen-module the `$module.orogen` has no dependency
to the `all` target. So doing
{{{
touch MyModule.orogen
make -C build all
}}}
will fail. Instead, the `regen` target has to be called manually before
the `all` target:
{{{
touch MyModule.orogen
make -C build regen all
}}}
From a quick look into the generated cmake-files it looks like this was
intentional?
--
Ticket URL: <http://rock.opendfki.de/ticket/406>
rock <http://rock.opendfki.de>
rock: the robot construction kit
_______________________________________________
Rock-dev mailing list
[email protected]
http://www.dfki.de/mailman/cgi-bin/listinfo/rock-dev