Hi, I am developing an application on windows with VS2012 and CMake (2.8.10.2).
I want to use unicode in my program, so I add UNICODE and _UNICODE with
ADD_DEFINITIONS. However, there is always a _MBCS marco in the generated
project file. The project can be compiled, but I am not happy with that. Could
someone can tell me how to remove the _MBCS? Thanks. Best regardsYanming
--
Powered by www.kitware.com
Visit other Kitware open-source projects at
http://www.kitware.com/opensource/opensource.html
Please keep messages on-topic and check the CMake FAQ at:
http://www.cmake.org/Wiki/CMake_FAQ
Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake