Build casparcg server for win 7 32 bit

I want to build the casparcg server for windows 32 bit machine.
when I built using the command line
cmake -G “Visual Studio 15 2017” -A x86 …/src
I got this error.

This project doesn’t contain the Configuration and Platform combination of Debug|Win32

any advice is greatly appreciated.

Why do you want to run it on 32bit windows?
If you need to use 32bit windows you can probably use 2.0.7, I believe that should run.
Compiling newer versions to run on that will be a big undertaking as all of the dependencies will need swapping out, and some of the other code may not compile either.