Restore -DBUILD_DIR
This commit is contained in:
parent
1aa0e03a9e
commit
c254bea797
1 changed files with 3 additions and 3 deletions
6
acprep
6
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())
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue