diff --git a/include/project_parser.hpp b/include/project_parser.hpp index 2e4392f..2886b5a 100644 --- a/include/project_parser.hpp +++ b/include/project_parser.hpp @@ -28,7 +28,7 @@ struct Package { std::string name; std::string version; bool required = true; - bool config = true; + bool config = false; std::vector components; };