Skip to content

Disallow 32-bit Windows builds.

Lars Bilke requested to merge github/fork/bilke/disallow-win-32bit into master

Can be forced by setting OGS_32_BIT=ON.

In general Windows 32-bit builds are not supported but often are accidentally configured (because CMake defaults to a 32-bit generator). Beside running OGS on Win XP there is no reason to build for 32-bit Windows.

Merge request reports