mirror of
https://github.com/build-cpp/cmkr
synced 2026-06-08 13:22:55 +00:00
unify error messages
This commit is contained in:
+1
-1
@@ -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 << " ";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user