Commit 1b8fb86
committed
refactor: Replace find_package(ITK) with FetchContent integration
- Replace direct find_package(ITK) with CMake/ITKFetchContent.cmake
- FetchContent intelligently finds pre-built ITK via ITK_DIR or downloads
- Fix itk_module_impl condition: use itk-module variable instead of COMMAND
to properly distinguish between superbuild/module context vs standalone1 parent 6684a68 commit 1b8fb86
1 file changed
Lines changed: 5 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
83 | | - | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
84 | 85 | | |
85 | 86 | | |
86 | 87 | | |
| |||
308 | 309 | | |
309 | 310 | | |
310 | 311 | | |
311 | | - | |
| 312 | + | |
| 313 | + | |
312 | 314 | | |
313 | 315 | | |
314 | 316 | | |
| |||
0 commit comments