Host Environment
To Reproduce
Steps to reproduce the behavior:
./vcpkg install itk
Reason
in portfile.cmake set "-DITK_USE_64BITS_IDS=ON"
x64 build ok, x86 build error
For me x64 builds fine without that change.
default is "-DITK_USE_64BITS_IDS=ON", it build ok in x64 but error in x86
to build x86 i must change to OFF by hand
good job. thank @JackBoosY
@thkvc Please update vcpkg and rebuild itk.
Thanks.
Most helpful comment
default is "-DITK_USE_64BITS_IDS=ON", it build ok in x64 but error in x86
to build x86 i must change to OFF by hand