It means that a static kit build makes no sense. So if you’re making a static build, the user’s kit request is just ignored and treated as if it is off.
As for the main question…it seems you’re trying to request a Debug build from CMake, but then try to use a release version of MFC. This is not supported. If this isn’t correct, more specific information will be needed.