| commit | 9504cef8c4d505f4f9fa66cbd485a2ac8b24ab72 | [log] [tgz] |
|---|---|---|
| author | Brad King <brad.king@kitware.com> | Thu Mar 09 11:06:58 2023 -0500 |
| committer | Brad King <brad.king@kitware.com> | Mon Mar 13 11:49:56 2023 -0400 |
| tree | 42c582cf5ecfac82823f65e501ad80d1684f4167 | |
| parent | 60ef076bacca9a265ab4ab68032933c464e84a66 [diff] |
Tests: Allow RunCMake.MaxRecursionDepth to test public-facing default limit Previously we compiled in a smaller default limit during nightly testing and CI builds, so we were not testing the same default limit that end-users will see. Instead, set the limit during testing using an environment variable so that we can unset it when testing the default limit in `RunCMake.MaxRecursionDepth`.