cmMakefile: Report type of INTERFACE library in conflict.

This commit is contained in:
Stephen Kelly 2014-03-18 00:09:40 +01:00
parent 0f79dab48b
commit f1fd3714a4
1 changed files with 3 additions and 0 deletions

View File

@ -4200,6 +4200,9 @@ bool cmMakefile::EnforceUniqueName(std::string const& name, std::string& msg,
case cmTarget::UTILITY:
e << "a custom target ";
break;
case cmTarget::INTERFACE_LIBRARY:
e << "an interface library ";
break;
default: break;
}
e << "created in source directory \""