Skip to content

Boost build fix (2017.03.08)

As it turns out, there was a mistake in the code. If an appropriate version of Python was found on the system but there was no good version of Python, the configuration would break. Just because of a simple mistake in the variable that was checked to decide whether Python was found or not.

After these simple modifications the build should work correctly.

Merge request reports