[CMake] Unicode in Visual Studio projects

Mike Arthur mike at mikearthur.co.uk
Wed Nov 26 12:15:47 EST 2008


On Wednesday 26 November 2008 16:54:13 Robert Dailey wrote:
> > I noticed when I run CMake for Visual Studio 9 2008 it sets my project to
> > "Multibyte Character Set" instead of Unicode. Is there a way to force
> > CMake to set the "Character Set" option to "Use Unicode Character Set"?
In Visual Studio this just sets CFLAGS on the commandline. You can't actually 
change the option but you can set the CFLAGS to do the same thing. 

I can't remember what they are off the top of my head though and too busy to 
check.

-- 
Cheers,
Mike Arthur
http://mikearthur.co.uk/


More information about the CMake mailing list