You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
COMP: Force static build of expat to match previous build behavior
Allowing dll to be built results in successful build of
```
bin/ITKEXPAT-6.0.dll
```
but the linkage fails by attempting to link the static library name
```
LINK : fatal error LNK1104: cannot open file 'lib\ITKEXPAT-6.0.lib'
```
Expat was never previously built with dll support, so disabling to
shared expat builds.
0 commit comments