ENH: Fix the symantic of unicode_wchar
This commit is contained in:
parent
994bb76916
commit
fbc894b646
|
@ -5,6 +5,9 @@ INCLUDE_REGULAR_EXPRESSION("^.*$")
|
|||
# Include all the necessary files for macros
|
||||
SET(CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/CMake")
|
||||
|
||||
OPTION(HAVE_UNICODE_WCHAR "Enable Unicode Support" YES)
|
||||
MARK_AS_ADVANCED(HAVE_UNICODE_WCHAR)
|
||||
|
||||
# Check if header file exists and add it to the list.
|
||||
SET(CURRENT_INCLUDES)
|
||||
INCLUDE (CheckIncludeFiles)
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
|
||||
#define ATTR_UNUSED @ATTR_UNUSED@
|
||||
|
||||
#define HAVE_UNICODE_WCHAR @HAVE_UNICODE_WCHAR_DEFINE@
|
||||
#define HAVE_UNICODE_WCHAR @HAVE_UNICODE_WCHAR@
|
||||
|
||||
#define DIRECTORY_SEPARATOR "@DIRECTORY_SEPARATOR@"
|
||||
|
||||
|
|
Loading…
Reference in New Issue