You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cmake: Attempt to find python interpreter only if BUILD_TESTING is ON
This commit also improves the message reported at configuration time:
```
[...]
-- Build tests: ON
-- Looking for Python >= 2.7 needed for summary tests
-- Looking for Python >= 2.7 needed for summary tests - found (2.7.10)
[...]
```
or
```
[...]
-- Build tests: ON
-- Looking for Python >= 2.7 needed for summary tests
-- Looking for Python >= 2.7 needed for summary tests - not found (skipping summary tests)
[...]
```
0 commit comments