From 20411481c9b97c9a7d1927eb61004e4360d77259 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 14 Apr 2009 14:51:34 -0400 Subject: update and remove XXX comments --- Debian/Debhelper/Buildsystem/cmake.pm | 3 --- 1 file changed, 3 deletions(-) (limited to 'Debian/Debhelper/Buildsystem/cmake.pm') diff --git a/Debian/Debhelper/Buildsystem/cmake.pm b/Debian/Debhelper/Buildsystem/cmake.pm index 026004a0..ff248249 100644 --- a/Debian/Debhelper/Buildsystem/cmake.pm +++ b/Debian/Debhelper/Buildsystem/cmake.pm @@ -42,9 +42,6 @@ sub configure { push @flags, "-DCMAKE_SKIP_RPATH=ON"; push @flags, "-DCMAKE_VERBOSE_MAKEFILE=ON"; - # XXX JEH again a non-sequitor get_topdir. - # XXX MDX I cannot avoid it as I need to pass the path to the sourcedir - # to cmake which is relative to the builddir. $self->mkdir_builddir(); $self->doit_in_builddir("cmake", $self->get_rel2builddir_path(), @flags); } -- cgit v1.2.3