paraview superbuild has an error of 32-bit targets is not supported

system: windows 11
cmake version: 3.29.0
visual studio 2022
paraview-superbuild version v5.12.0
command is cmake -GNinja -D CMAKE_BUILD_TYPE=Release …/paraview-superbuild
I might missed some arguments.

You need to use a 64-bit VS command prompt; you probably selected the x86 one, not x64.

thanks for your fast reply. however, I changed to X64 command prompt. the problem still persist.

finally make it. works with X64 native tool command Thanks for your reply.