diff options
-rw-r--r-- | CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index a035b9c93..b6c8ec2bd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -40,6 +40,9 @@ set(CMAKE_MODULE_PATH ${Anope_SOURCE_DIR}) include(Anope) +# Force the locale to C for later uses of things like gcc so the messages come up in English, not the user's default language +set(ENV{LC_ALL} C) + # Start with empty defaults for library and include directories, to be used by GNU compilers only set(DEFAULT_LIBRARY_DIRS) set(DEFAULT_INCLUDE_DIRS) |