We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 906a446 commit 24f3961Copy full SHA for 24f3961
1 file changed
guts/gutilities.h
@@ -567,9 +567,9 @@ inline std::filesystem::path gemc_root() {
567
// }
568
569
// Sanity check
570
- if (!std::filesystem::exists(root / "api")) {
+ if (!std::filesystem::exists(root / "lib")) {
571
throw std::runtime_error(
572
- "Cannot locate directory <api> under " + root.string() +
+ "Cannot locate directory <lib> under " + root.string() +
573
". Check installation layout or GEMC environment variable."
574
);
575
}
0 commit comments