summaryrefslogtreecommitdiff
path: root/acprep
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2014-05-07 20:52:37 +0000
committerJohn Wiegley <johnw@newartisans.com>2014-05-07 20:52:37 +0000
commitc254bea7975b56675fe55cb44125ded55cb79f35 (patch)
treeef958cc632b729c624ba84d5430df033e7488088 /acprep
parent1aa0e03a9e7f9f1a51395a60fc1336bea3ca2aa9 (diff)
downloadfork-ledger-c254bea7975b56675fe55cb44125ded55cb79f35.tar.gz
fork-ledger-c254bea7975b56675fe55cb44125ded55cb79f35.tar.bz2
fork-ledger-c254bea7975b56675fe55cb44125ded55cb79f35.zip
Restore -DBUILD_DIR
Diffstat (limited to 'acprep')
-rwxr-xr-xacprep6
1 files changed, 3 insertions, 3 deletions
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())