Commit 10d63b1
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 explicitly as the External data.
- Use PROJECT_BINARY_DIR for output of download data, to prevent
target conflics with the main project.1 parent 5032829 commit 10d63b1
1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
1 | 2 | | |
2 | 3 | | |
3 | 4 | | |
| |||
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
31 | | - | |
| 32 | + | |
32 | 33 | | |
33 | 34 | | |
34 | | - | |
| 35 | + | |
35 | 36 | | |
36 | 37 | | |
37 | 38 | | |
| |||
0 commit comments