Re: how to add an argument to cmake with the new dh buildsystem

2009-09-05 Thread Ryan Niebur
Hi! On Sat, Sep 05, 2009 at 09:53:11PM +0200, PICCA Frédéric-Emmanuel wrote: > Hello > > I must pass a few parameters to the cmake command > -DBUILD_SHARED_LIBS=ON -DBUILD_DEMOS=OFF -DBUILD_EXTRAS=OFF > > how can I do this with dh and the cmake buildsystem > > in the Buildsystem we have this >

how to add an argument to cmake with the new dh buildsystem

2009-09-05 Thread PICCA Frédéric-Emmanuel
Hello I must pass a few parameters to the cmake command -DBUILD_SHARED_LIBS=ON -DBUILD_DEMOS=OFF -DBUILD_EXTRAS=OFF how can I do this with dh and the cmake buildsystem in the Buildsystem we have this sub configure { my $this=shift; my @flags; # Standard set of cmake fl