mirror of
https://github.com/reactos/CMake.git
synced 2024-11-25 04:29:52 +00:00
CPackNSIS fix #0012935 switch from LOG_WARNING to avoid final error.
This commit is contained in:
parent
34cc537132
commit
6a74eb1d36
@ -344,9 +344,9 @@ int cmCPackNSISGenerator::InitializeInternal()
|
||||
if ( cmSystemTools::IsOn(this->GetOption(
|
||||
"CPACK_INCLUDE_TOPLEVEL_DIRECTORY")) )
|
||||
{
|
||||
cmCPackLogger(cmCPackLog::LOG_ERROR,
|
||||
"NSIS Generator cannot work with CPACK_INCLUDE_TOPLEVEL_DIRECTORY. "
|
||||
"This option will be ignored."
|
||||
cmCPackLogger(cmCPackLog::LOG_WARNING,
|
||||
"NSIS Generator cannot work with CPACK_INCLUDE_TOPLEVEL_DIRECTORY set. "
|
||||
"This option will be reset to 0 (for this generator only)."
|
||||
<< std::endl);
|
||||
this->SetOption("CPACK_INCLUDE_TOPLEVEL_DIRECTORY", 0);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user