Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Boost: Treat empty CXX, AR, RANLIB env as undefined
Fixes Issue #5569 A bug in cmake-gui would have it sometimes set CXX to empty instead of leaving it undefined. CXX detection in the boost recipe would use the blank value and fail to build. Now we treat empty the same as undefined and move on to e.g. xcrun detection for these properties.
- Loading branch information