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" <[EMAIL PROTECTED]> wrote: >On Tue, Nov 25, 2008 at 4:46 PM, Robert Dailey <[EMAIL PROTECTED]> 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 >[email protected] >http://www.cmake.org/mailman/listinfo/cmake -- Philip Lowman _______________________________________________ CMake mailing list [email protected] http://www.cmake.org/mailman/listinfo/cmake
