From: Peter Kümmel Date: Sun, 3 Sep 2006 10:51:46 +0000 (+0000) Subject: add \n X-Git-Tag: 1.6.10~12660 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=6611e3843bbd7cf9d547284973922a2965b3bb5b;p=features.git add \n git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14875 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/development/cmake/modules/FindICONV.cmake b/development/cmake/modules/FindICONV.cmake index cec7c1c571..11a8ba0d52 100644 --- a/development/cmake/modules/FindICONV.cmake +++ b/development/cmake/modules/FindICONV.cmake @@ -25,8 +25,8 @@ if(WIN32) ENDIF(NOT ICONV_DLL AND NOT ICONV_DLL_HELP) IF(NOT ICONV_DLL AND ICONV_DLL_HELP) GET_FILENAME_COMPONENT(ICONV_DLL_HELP ${ICONV_DLL_HELP} PATH) - MESSAGE("Could not find iconv.dll in standard search path, please add ") - MESSAGE("${ICONV_DLL_HELP} to your PATH environment variable.") + MESSAGE("\nCould not find iconv.dll in standard search path, please add ") + MESSAGE("${ICONV_DLL_HELP} to your PATH environment variable.\n") MESSAGE(FATAL_ERROR) ENDIF(NOT ICONV_DLL AND ICONV_DLL_HELP) ENDIF(ICONV_FIND_REQUIRED)