Skip to content

CMakeLists.txt: Adds config support for error strings.

Sean Farrell requested to merge sean.farrell/freetype:error-strings into master

Add CMake option FT_ENABLE_ERROR_STRINGS to uncomment FT_CONFIG_OPTION_ERROR_STRINGS. This make FT_Error_String return meaningful error strings. This option is off by default.

Merge request reports