Is there a clean and compact way I can find out if Visual Studio targets are being built? Note that I want to be able to check this regardless of the version. I know I can check CMAKE_GENERATOR, but I would end up having to check around 8 strings for all possible versions of visual studio. Is there a cleaner way?