Skip to content
This repository has been archived by the owner on Dec 17, 2019. It is now read-only.

Commit

Permalink
- add boost-install & headers to the bcp invocation (https://github.c…
Browse files Browse the repository at this point in the history
  • Loading branch information
SSE4 authored Jun 18, 2019
1 parent da086e8 commit 9a79f1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ def _run_bcp(self):
namespace = "--namespace=%s" % self.options.namespace
alias = "--namespace-alias" if self.options.namespace_alias else ""
boostdir = "--boost=%s" % self.folder_name
libraries = {"build", "boost-build.jam", "boostcpp.jam"}
libraries = {"build", "boost-build.jam", "boostcpp.jam", "boost-install", "headers"}
for d in os.listdir(os.path.join(self.folder_name, "boost")):
if os.path.isdir(os.path.join(self.folder_name, "boost", d)):
libraries.add(d)
Expand Down

0 comments on commit 9a79f1c

Please sign in to comment.