mirror of
https://github.com/reactos/CMake.git
synced 2024-12-03 00:57:25 +00:00
875eb8e158
In particular, this checks that CTest's use of select() has a sufficient file descriptor set size limit (FD_SETSIZE) to handle many child processes at the same time. Running 20 tests requires more than 64 descriptors, the Cygwin default that we override.
2 lines
45 B
CMake
2 lines
45 B
CMake
set(CTEST_PROJECT_NAME "CTestTestFdSetSize")
|