TiManGames / AmnesiaTheDarkDescent

GNU General Public License v3.0
30 stars 8 forks source link

BoilerPlate Fatal Error Message #51

Closed Saito720 closed 1 week ago

Saito720 commented 1 week ago

Removed the fatal error message in "HPL2/core/cmake/BoilderPlate.cmake" which prevents compilation for WIN32.

jkulawik commented 1 week ago

I'd prefer to keep this in some form as an indicator that the Windows/MinGW builds are not fully operational yet. Maybe just bump it down to a warning: MESSAGE(WARNING "Windows builds are experimental and will likely produce broken programs.")

I could do this on main later or I think you can add a new commit to the PR somehow I think?