1
0
Эх сурвалжийг харах

ERR: Fixed unknown command output error message for spacing.

Brad King 25 жил өмнө
parent
commit
e6713c5604
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      Source/cmMakefile.cxx

+ 1 - 1
Source/cmMakefile.cxx

@@ -199,7 +199,7 @@ bool cmMakefile::ReadListFile(const char* filename)
           }
         else
           {
-          cmSystemTools::Error("unknown CMake function", name.c_str());
+          cmSystemTools::Error("unknown CMake command ", name.c_str());
           }
         }
       }