diff --git a/include/project_parser.hpp b/include/project_parser.hpp index c49eaaa..941736d 100644 --- a/include/project_parser.hpp +++ b/include/project_parser.hpp @@ -155,7 +155,7 @@ struct Content { Condition cmake_after; ConditionVector include_before; ConditionVector include_after; - bool system; + bool system = false; std::string subdir; };