diff --git a/CMakeLists.txt b/CMakeLists.txt index 517561a9a..98ae4f0c6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -103,6 +103,7 @@ if (MINGW) endif () if (NOT MSVC) + # ARMs (Raspberry PI) use an unsigned char by default. Let's make it consistent for PrusaSlicer on all platforms. add_compile_options(-fsigned-char) endif ()