[CMake] Toolset target property?

Robert Dailey rcdailey.lists at gmail.com
Wed Dec 9 11:23:59 EST 2015


Doesn't look like there is a Toolset target property anywhere. You can
set it from the command line, but I think setting a toolset per target
makes sense. Considering the direction that Visual Studio 2015 is
headed. For example Microsoft has a Clang compiler with MS CodeGen.
They recommend using this toolset with the platform agnostic targets,
and using normal MSVC with windows-specific targets (for example, CLR
projects).

This requires setting a toolset per target. Does this feature make
sense from the CMake perspective?


More information about the CMake mailing list