From 6611e3843bbd7cf9d547284973922a2965b3bb5b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Peter=20K=C3=BCmmel?= Date: Sun, 3 Sep 2006 10:51:46 +0000 Subject: [PATCH] add \n git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14875 a592a061-630c-0410-9148-cb99ea01b6c8 --- development/cmake/modules/FindICONV.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) -- 2.39.2