mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 21:59:54 -06:00
The RunCMake.AutogenQtX tests occasionally time out so separate `RunCMake.AutogenQtX` tests. Example: https://open.cdash.org/tests/1583599782
7 lines
77 B
C++
7 lines
77 B
C++
int main(int argc, char* argv[])
|
|
{
|
|
(void)argc;
|
|
(void)argv;
|
|
return 0;
|
|
}
|