-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Local installs of Boost 1.70+ can take precedence over USD builds of boost #1071
Comments
Filed as internal issue #USD-5771 |
Thank you @robpieke , I add this configuration and it works well ! |
Looks like this didn't make it for 20.02 ... hopefully 20.05? |
Yes, Rob - it's tagged for 20.05.
…--spiff
On Mon, Jan 27, 2020 at 2:47 AM Rob Pieké ***@***.***> wrote:
We're discussing now making that the default behavior of the build script.
Looks like this didn't make it for 20.02 ... hopefully 20.05?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#1071>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABPOU2GL735KOVQZGUSOO5DQ723SXANCNFSM4J7HBBPA>
.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
(all the below is based on OSX - it might or might not also apply to Linux&Windows)
As per https://github.com/Kitware/CMake/blob/master/Modules/FindBoost.cmake#L230 if you have Boost 1.70+ installed locally, CMake can pick it up instead of the version of Boost built by the build script.
This is a problem if your local installation of boost python is for Python 3, and you can end up with nasty errors like:
Thankfully, a few lines down, the solution is given (https://github.com/Kitware/CMake/blob/master/Modules/FindBoost.cmake#L241)
When I make the following change, I'm back up and running again
The text was updated successfully, but these errors were encountered: