Commit dd6c08a
committed
Fix intra-external project dependencies with update step
With CMake 3.6.2, the empty patch step is run before external project
dependencies are satisfied. With CMake 3.2 the
ExternalProject_Add_StepDependencies method was added to allow the
first step in an external project, the download step, to have a
dependencies.
This patch addressed build failures during the
"SimpleITK-python-update" step.1 parent 959093a commit dd6c08a
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
| 148 | + | |
| 149 | + | |
148 | 150 | | |
149 | 151 | | |
150 | 152 | | |
| |||
230 | 232 | | |
231 | 233 | | |
232 | 234 | | |
| 235 | + | |
| 236 | + | |
233 | 237 | | |
234 | 238 | | |
235 | 239 | | |
| |||
0 commit comments