From c254bea7975b56675fe55cb44125ded55cb79f35 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Wed, 7 May 2014 20:52:37 +0000 Subject: Restore -DBUILD_DIR --- acprep | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'acprep') diff --git a/acprep b/acprep index 0155ec73..f9fb74d7 100755 --- a/acprep +++ b/acprep @@ -875,9 +875,9 @@ 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.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