The proper way of forcing a 32-bit compile using CMake
Sorry that there are many similar questions, but I do find that Googling for CMake queries always yields similar-but-not-the-same scenarios, conflicting CMake commands and so on! I need to force my project to build 32-bit binaries because I have to link with a library which is only available as 32-bit. I diagnosed this based on … Read more