Commit 0d2a4c5
committed
COMP: Disable vendored Cleaver lib testing for CMake 4.x compat
The vendored Cleaver lib's bundled googletest (CIBC-Internal/googletest
ExternalProject) uses cmake_minimum_required < 3.5 which CMake >= 4.0
rejects. Disable BUILD_TESTING for the vendored lib on all platforms
(was previously only disabled for WASI/Emscripten). The ITK module
has its own tests that are unaffected.1 parent e0104da commit 0d2a4c5
2 files changed
Lines changed: 6 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
| 68 | + | |
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
0 commit comments