Skip to content

Avoid dependency on C++ compiler when not needed

Marcel Loose requested to merge releases/1.6 into master

Only test for a working C++ compiler when we're actually building Python extensions. This avoids the need for having a working C++ compiler, even when it's not used.

Merge request reports