| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
Drop hard-coded paths from this test. If we later need machine-specific
environment entries we can add dedicated infrastructure for it to be
configured locally.
|
|
|
|
|
|
|
|
| |
Since `cmake --help` output now uses `[arch]` placeholders for the VS
generators, this test has been extracting invalid generator names.
Switch to using `cmake -E capabilities` to get a more robust listing of
the generators that does not depend on parsing human-readable help
output.
|
|
|
|
|
|
|
|
| |
But only if it exists at the default location:
C:/MinGW/bin/libgmp-10.dll
This is so that the pop-up dialog about not being able to load
that dll does not hang the test when there's nobody watching.
|
|
generators are expected to be usable on all machines. Help to increase coverage of the various generators and cmake.cxx itself.
|