]> git.lyx.org Git - features.git/commitdiff
add \n
authorPeter Kümmel <syntheticpp@gmx.net>
Sun, 3 Sep 2006 10:51:46 +0000 (10:51 +0000)
committerPeter Kümmel <syntheticpp@gmx.net>
Sun, 3 Sep 2006 10:51:46 +0000 (10:51 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14875 a592a061-630c-0410-9148-cb99ea01b6c8

development/cmake/modules/FindICONV.cmake

index cec7c1c571a356f2bbb74feec056199933556756..11a8ba0d5282c76875817245f0f8e776cafc37f5 100644 (file)
@@ -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)