Skip to content

Commit 8bc0bb4

Browse files
committed
ICONV to NONE
1 parent 402dece commit 8bc0bb4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ set(EXTENSION_NAME ${TARGET_NAME}_extension)
99
set(LOADABLE_EXTENSION_NAME ${TARGET_NAME}_loadable_extension)
1010

1111

12-
set(STRING_ENCODING_TYPE "ICONV" CACHE STRING "Set the way strings have to be encoded (ICONV|WIN32API|NONE|...)")
13-
add_definitions(-DKS_STR_ENCODING_ICONV)
12+
set(STRING_ENCODING_TYPE "NONE" CACHE STRING "Set the way strings have to be encoded (ICONV|WIN32API|NONE|...)")
13+
add_definitions(-DKS_STR_ENCODING_NONE)
1414

1515

1616
project(${TARGET_NAME})

0 commit comments

Comments
 (0)