From 1aa0e03a9e7f9f1a51395a60fc1336bea3ca2aa9 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Wed, 7 May 2014 20:49:45 +0000 Subject: Fix build for building with g++ 4.8 --- acprep | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'acprep') diff --git a/acprep b/acprep index f9fb74d7..0155ec73 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