diff options
Diffstat (limited to 'Source/cmake.cxx')
-rw-r--r-- | Source/cmake.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmake.cxx b/Source/cmake.cxx index 649bdf8..ea36c0b 100644 --- a/Source/cmake.cxx +++ b/Source/cmake.cxx @@ -385,7 +385,7 @@ bool cmake::SetCacheArgs(const std::vector<std::string>& args) { std::cerr << "Parse error in command line argument: " << arg << "\n" << "Should be: VAR:type=value\n"; - cmSystemTools::Error("No cmake scrpt provided."); + cmSystemTools::Error("No cmake script provided."); return false; } } |