CPack: Fixed incorrect error log for CPACK_NSIS_MENU_LINKS.

This was a pull request: https://github.com/Kitware/CMake/pull/5

Signed-off-by: Eric NOULARD <eric.noulard@gmail.com>
This commit is contained in:
Fraser Hutchison 2012-05-28 16:59:51 +02:00 committed by Eric NOULARD
parent b639549c67
commit cfc11f9bff
1 changed files with 2 additions and 2 deletions

View File

@ -543,8 +543,8 @@ void cmCPackNSISGenerator::CreateMenuLinks( cmOStringStream& str,
{
cmCPackLogger(
cmCPackLog::LOG_ERROR,
"CPACK_PACKAGE_EXECUTABLES should contain pairs of <executable> and "
"<icon name>." << std::endl);
"CPACK_NSIS_MENU_LINKS should contain pairs of <shortcut target> and "
"<shortcut label>." << std::endl);
return;
}