Merge topic 'cpack-nsis-menu-links-adapted'

cfc11f9 CPack: Fixed incorrect error log for CPACK_NSIS_MENU_LINKS.
This commit is contained in:
David Cole 2012-05-29 15:37:35 -04:00 committed by CMake Topic Stage
commit 932ea59d51
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;
}