From 2860b68bc2568dc67f9228377842c2eac14bf31a Mon Sep 17 00:00:00 2001 From: Johann Klähn Date: Tue, 9 Sep 2014 21:15:11 +0200 Subject: clean up installation of doc files --- acprep | 3 --- 1 file changed, 3 deletions(-) (limited to 'acprep') diff --git a/acprep b/acprep index 7984f767..a6cadc7f 100755 --- a/acprep +++ b/acprep @@ -815,9 +815,6 @@ class PrepareBuild(CommandLineApp): if self.options.boost_include: conf_args.append('-DBOOST_INCLUDEDIR=%s' % self.options.boost_include) - if self.options.build_dir: - conf_args.append('-DBUILD_DIR=%s' % - self.options.build_dir) if self.prefix_directory(): conf_args.append('-DCMAKE_INSTALL_PREFIX=%s' % self.prefix_directory()) -- cgit v1.2.3