Do not make Package.config default to true

toml-checker
Duncan Ogilvie 2 years ago
parent 491486075d
commit 0f559bc803

@ -28,7 +28,7 @@ struct Package {
std::string name;
std::string version;
bool required = true;
bool config = true;
bool config = false;
std::vector<std::string> components;
};

Loading…
Cancel
Save