fix: fix qwfassoc build error

- fix qwfassoc build error
- set version of wfassoc to official version
- add version restriction when qwfassoc finding wfassoc
- rename qwfassoc project name in cmake configuration file
- set standalone build to OFF in default
This commit is contained in:
2026-08-18 20:27:08 +08:00
parent 6687ccb143
commit 27235c2619
7 changed files with 127 additions and 10 deletions
@@ -91,7 +91,7 @@ Manifest parseManifestFile(const std::string& path) {
}
} catch (const std::exception& e) {
throw std::runtime_error(
"Manifest \"exts\" table contains an invalid entry: " +
std::string("Manifest \"exts\" table contains an invalid entry: ") +
e.what());
}
}