[CMake] Unicode in Visual Studio projects

Philip Lowman philip at yhbt.com
Wed Nov 26 13:03:06 EST 2008


Have you checked to see if there is a compiler or linker flag for this?

If so you can add it quite easily using SET_TARGET_PROPERTIES, or globally 
with ADD_DEFINITIONS.

...... Original Message .......
On Wed, 26 Nov 2008 10:54:13 -0600 "Robert Dailey" <rcdailey at gmail.com> 
wrote:
>On Tue, Nov 25, 2008 at 4:46 PM, Robert Dailey <rcdailey at gmail.com> wrote:
>
>Hi,
>
>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"?
>
>
>Sorry to rush but this is a big blocker for me. Any solutions to this? 
Thanks.
>_______________________________________________
>CMake mailing list
>CMake at cmake.org
>http://www.cmake.org/mailman/listinfo/cmake
-- 
Philip Lowman


More information about the CMake mailing list