USE_MOMO enabled on macOS

This commit is contained in:
tildearrow 2024-06-16 05:27:47 -05:00
parent 6d98e61d1f
commit 808875b0d5
2 changed files with 2 additions and 2 deletions

View file

@ -99,7 +99,7 @@ set(WITH_LOCALE_DEFAULT ON)
try_compile(HAVE_SETLOCALE ${CMAKE_BINARY_DIR}/check SOURCES ${CMAKE_SOURCE_DIR}/src/check/check_setlocale.c)
include(FindIntl)
if (HAVE_SETLOCALE AND Intl_FOUND)
if (HAVE_SETLOCALE AND Intl_FOUND AND NOT APPLE)
set(USE_MOMO_DEFAULT OFF)
else()
set(USE_MOMO_DEFAULT ON)

View file

@ -289,7 +289,7 @@ Available options:
(\*\*) but consider enabling this & reporting any errors that arise from it!
(\*\*\*) enabled by default if building with MSVC, or macOS, or Android
(\*\*\*) enabled by default if both libintl and setlocale aren't present (MSVC and Android), or on macOS
## CMake Error