Commit 4196df9
committed
COMP: Fix ExternalData when ITK is built with FetchContent
Addresses two issue:
- When ITK is built from FetchContent, the fetched source is outside of
the main source. This is an error with external data paths, so use the
ITK PROJECT source path as the default for ITK's External data.
- Use PROJECT_BINARY_DIR for output of download data, to prevent
target conflics with the main project.1 parent 5032829 commit 4196df9
2 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
609 | 609 | | |
610 | 610 | | |
611 | 611 | | |
612 | | - | |
| 612 | + | |
613 | 613 | | |
614 | 614 | | |
615 | 615 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
0 commit comments