Avoid dependency on C++ compiler when not needed
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.
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.
requested review from @rafferty
assigned to @loose
Nice solution! Looks good.
approved this merge request
merged
mentioned in commit 9db9cc42