To be safe, explicitly ask for the 64 bit version of Visual Studio
cmake -G "Visual Studio 16 2019" -A x64
Is it possible to build mitsuba2 for win32 as well ? I would like to try and use it in a game called OpenXcom which seems to be win32 only for the moment.
I am trying to build mitsuba2 for windows 7 following these instructions:
https://mitsuba2.readthedocs.io/en/latest/src/getting_started/compiling.html
To be safe, explicitly ask for the 64 bit version of Visual Studio
cmake -G "Visual Studio 16 2019" -A x64
Is it possible to build mitsuba2 for win32 as well ? I would like to try and use it in a game called OpenXcom which seems to be win32 only for the moment.