换用库。

This commit is contained in:
2026-04-28 16:06:36 +08:00
parent cef4d8c1de
commit e85b89e86a
4 changed files with 7 additions and 12 deletions

View File

@@ -103,7 +103,7 @@ int main(int argc, char** argv)
CLI11_PARSE(app, argc, argv);
fs::path p(rootDir);
p.append("cmake-vsenv.json");
p.append("cmake-vsenv");
if (!fs::exists(p)) {
std::cerr << "不存在=>" << p.string() << std::endl;
return 2;