use Momo by default on Windows
because intl/iconv are dynamic libraries on MSYS2 D:
This commit is contained in:
parent
6e40a6980b
commit
ccfa46f833
|
@ -98,7 +98,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 AND NOT APPLE)
|
||||
if (HAVE_SETLOCALE AND Intl_FOUND AND NOT APPLE AND NOT WIN32)
|
||||
set(USE_MOMO_DEFAULT OFF)
|
||||
else()
|
||||
set(USE_MOMO_DEFAULT ON)
|
||||
|
|
Loading…
Reference in a new issue