Ken Martin 19 лет назад
Родитель
Сommit
0b7e1f5398
1 измененных файлов с 4 добавлено и 0 удалено
  1. 4 0
      Source/cmPropertyDefinition.cxx

+ 4 - 0
Source/cmPropertyDefinition.cxx

@@ -53,6 +53,10 @@ void cmPropertyDefinition
       break;
     case cmProperty::DIRECTORY: this->LongName += " on a directory";
       break;
+    case cmProperty::GLOBAL: this->LongName += " globaly";
+      break;
+    case cmProperty::TEST: this->LongName += " on CTest";
+      break;
     }
 }