summaryrefslogtreecommitdiff
path: root/acprep
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2014-04-23 11:25:58 -0500
committerJohn Wiegley <johnw@newartisans.com>2014-04-23 11:25:58 -0500
commit51b335111e02dec052588e1f9a8fdd4025f548a0 (patch)
tree0249ef0a7764523cd47df4002639383a00415583 /acprep
parent4707122eede9746b36bbaa0dab0b419e11b0433b (diff)
parent73c21a09e9a7996bc8d36d6966f70fb829c2c1b0 (diff)
downloadfork-ledger-51b335111e02dec052588e1f9a8fdd4025f548a0.tar.gz
fork-ledger-51b335111e02dec052588e1f9a8fdd4025f548a0.tar.bz2
fork-ledger-51b335111e02dec052588e1f9a8fdd4025f548a0.zip
Merge pull request #278 from afh/pull/travis
Fix Travis CI build
Diffstat (limited to 'acprep')
-rwxr-xr-xacprep1
1 files changed, 1 insertions, 0 deletions
diff --git a/acprep b/acprep
index dde3e62f..754a2427 100755
--- a/acprep
+++ b/acprep
@@ -868,6 +868,7 @@ class PrepareBuild(CommandLineApp):
if self.options.boost_root:
conf_args.append('-DBOOST_ROOT=%s' %
self.options.boost_root)
+ conf_args.append('-DBoost_NO_SYSTEM_PATHS=TRUE')
if self.options.boost_suffix:
conf_args.append('-DBoost_COMPILER=%s' %
self.options.boost_suffix)