|
@@ -1292,7 +1292,6 @@ bool cmGeneratorTarget::IsSystemIncludeDirectory(
|
|
|
const std::string& dir, const std::string& config,
|
|
const std::string& dir, const std::string& config,
|
|
|
const std::string& language) const
|
|
const std::string& language) const
|
|
|
{
|
|
{
|
|
|
- assert(this->GetType() != cmStateEnums::INTERFACE_LIBRARY);
|
|
|
|
|
std::string config_upper;
|
|
std::string config_upper;
|
|
|
if (!config.empty()) {
|
|
if (!config.empty()) {
|
|
|
config_upper = cmSystemTools::UpperCase(config);
|
|
config_upper = cmSystemTools::UpperCase(config);
|