mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
add \n
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14875 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
8f8f581316
commit
6611e3843b
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user