Commit 549bab5
In
The `CMakeBuild` class' `run()` method tests the version of CMake;
however, it did the test only when on Windows. It seems like this is a
test worth doing everywhere, so I removed test for Windows.
In addition, while at it, I slightly updated the way the process output
is captured, and expanded the range of exceptions tested in order to
provide more specific feedback to users.
---------
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>setup.py, don't limit CMake version test to only Windows (#995)1 parent 9b8cea6 commit 549bab5
1 file changed
Lines changed: 21 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
38 | | - | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
39 | 48 | | |
40 | 49 | | |
41 | 50 | | |
42 | 51 | | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
49 | 62 | | |
50 | | - | |
51 | | - | |
52 | 63 | | |
53 | 64 | | |
54 | 65 | | |
| |||
0 commit comments