windows fix
Some checks failed
demo.yaml / windows fix (push) Failing after 0s

This commit is contained in:
Jorijn van der Graaf 2026-03-02 21:42:21 +01:00
commit 4e2f515718

View file

@ -313,7 +313,7 @@ namespace Crafter {
} }
cmakeDeps.emplace_back(path.parent_path(), options); cmakeDeps.emplace_back(path.parent_path(), options);
continue; continue;
} else if(type "include") { } else if(type == "include") {
continue; continue;
} }
} }