mirror of
https://github.com/Kitware/CMake.git
synced 2026-03-03 05:08:47 -06:00
ENH: some better error reporting and more robust handlign of bad targets
This commit is contained in:
@@ -864,7 +864,8 @@ cmLocalUnixMakefileGenerator3
|
||||
// Make sure there is a target.
|
||||
if(!target || !*target)
|
||||
{
|
||||
cmSystemTools::Error("No target for WriteMakeRule!");
|
||||
cmSystemTools::Error("No target for WriteMakeRule! called with comment: ",
|
||||
comment);
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user