-
Notifications
You must be signed in to change notification settings - Fork 986
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6b4fd99
commit 465ff35
Showing
3 changed files
with
25 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
diff --git CMakeLists.txt CMakeLists.txt | ||
index d7150b4d..86c4dc6c 100644 | ||
--- CMakeLists.txt | ||
+++ CMakeLists.txt | ||
@@ -286,7 +286,7 @@ ELSEIF() | ||
ENDIF() | ||
|
||
IF(NOT DEFAULT_CHARSET) | ||
- SET(DEFAULT_CHARSET "utf8mb4") | ||
+ SET(DEFAULT_CHARSET "latin1") | ||
ENDIF() | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters