Merge topic 'report-INTERFACE-type-in-conflict'

f1fd3714 cmMakefile: Report type of INTERFACE library in conflict.
This commit is contained in:
Brad King 2014-03-26 13:24:33 -04:00 committed by CMake Topic Stage
commit 9b536b914b
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 \""