diff options
author | John Wiegley <johnw@newartisans.com> | 2014-09-11 12:58:51 +0100 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2014-09-11 12:58:51 +0100 |
commit | 8fc83e8148479d0ce873c279759273e100ba5fb6 (patch) | |
tree | a69c44ccb77b97590f11722537f467299674d729 /acprep | |
parent | 03bace82bd02dc2b15e1b9ae94c0238ff728037d (diff) | |
parent | d9d4876755efd97fdd7c7ce7552e7c6ee339a94c (diff) | |
download | fork-ledger-8fc83e8148479d0ce873c279759273e100ba5fb6.tar.gz fork-ledger-8fc83e8148479d0ce873c279759273e100ba5fb6.tar.bz2 fork-ledger-8fc83e8148479d0ce873c279759273e100ba5fb6.zip |
Merge pull request #321 from kljohann/cmake
Clean up CMake files
Diffstat (limited to 'acprep')
-rwxr-xr-x | acprep | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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()) |