unify error messages

This commit is contained in:
MoAlyousef
2020-11-27 14:48:15 +03:00
parent 41b00b4f98
commit ba2c52dd39
3 changed files with 7 additions and 5 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ int run(int argc, char **argv) {
if (!fs::exists("CMakeLists.txt"))
if (gen::generate_cmake("."))
throw std::runtime_error("CMake generation failure!");
throw std::runtime_error("[cmkr] error: CMake generation failure!");
ss << "cmake -S. -B" << cmake.bin_dir << " ";