cmMakefile: Report type of INTERFACE library in conflict.
This commit is contained in:
parent
0f79dab48b
commit
f1fd3714a4
|
@ -4200,6 +4200,9 @@ bool cmMakefile::EnforceUniqueName(std::string const& name, std::string& msg,
|
||||||
case cmTarget::UTILITY:
|
case cmTarget::UTILITY:
|
||||||
e << "a custom target ";
|
e << "a custom target ";
|
||||||
break;
|
break;
|
||||||
|
case cmTarget::INTERFACE_LIBRARY:
|
||||||
|
e << "an interface library ";
|
||||||
|
break;
|
||||||
default: break;
|
default: break;
|
||||||
}
|
}
|
||||||
e << "created in source directory \""
|
e << "created in source directory \""
|
||||||
|
|
Loading…
Reference in New Issue