From 2ddab1cefed6fb9a1ec173e32fd01b0ca7514abb Mon Sep 17 00:00:00 2001 From: Modestas Vainius Date: Tue, 30 Jun 2009 01:32:54 +0300 Subject: Bug fix: pass extra command line arguments to cmake. Signed-off-by: Modestas Vainius --- Debian/Debhelper/Buildsystem/cmake.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Debian/Debhelper/Buildsystem/cmake.pm') diff --git a/Debian/Debhelper/Buildsystem/cmake.pm b/Debian/Debhelper/Buildsystem/cmake.pm index 16796512..2c52e494 100644 --- a/Debian/Debhelper/Buildsystem/cmake.pm +++ b/Debian/Debhelper/Buildsystem/cmake.pm @@ -38,7 +38,7 @@ sub configure { push @flags, "-DCMAKE_VERBOSE_MAKEFILE=ON"; $this->mkdir_builddir(); - $this->doit_in_builddir("cmake", $this->get_source_rel2builddir(), @flags); + $this->doit_in_builddir("cmake", $this->get_source_rel2builddir(), @flags, @_); } 1 -- cgit v1.2.3