From 4694059150d2b6f614ae87cb38570ce809661397 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Peter=20K=C3=BCmmel?= Date: Fri, 9 Jul 2010 08:15:31 +0000 Subject: [PATCH] cmake: also use external libintl on windows git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34818 a592a061-630c-0410-9148-cb99ea01b6c8 --- development/cmake/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/development/cmake/CMakeLists.txt b/development/cmake/CMakeLists.txt index d9426b63b1..be2557663d 100644 --- a/development/cmake/CMakeLists.txt +++ b/development/cmake/CMakeLists.txt @@ -36,7 +36,7 @@ LYX_OPTION(DEBUG "Build debug version" OFF ALL) LYX_OPTION(RELEASE "Build release version" ON ALL) LYX_OPTION(PROFILE "Build profile version" OFF GCC) LYX_OPTION(USE_EXTERNAL_BOOST "Use external boost" OFF GCC) -LYX_OPTION(USE_EXTERNAL_LIBINTL "Use external libintl" ON GCC) +LYX_OPTION(USE_EXTERNAL_LIBINTL "Use external libintl" ON) LYX_OPTION(INSTALL "Build install projects/rules" ON ALL) LYX_OPTION(USE_VERSION_SUFFIX "Use version suffix for packaging" OFF ALL) LYX_OPTION(NO_CONSOLE "Suppress console on Windows" OFF MSVC) -- 2.39.2