MBCS is deprecated and shouldn't be used in new projects
@@ -133,6 +133,8 @@ IF(MSVC)
"Install MSVC debug files."
ON
)
+ # Multibyte character set is deprecated, but default
+ ADD_DEFINITIONS( -DUNICODE -D_UNICODE )
ENDIF(MSVC)
IF (BUILD_FRAMEWORK)