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 4914860 commit 0f559bcCopy full SHA for 0f559bc
include/project_parser.hpp
@@ -28,7 +28,7 @@ struct Package {
28
std::string name;
29
std::string version;
30
bool required = true;
31
- bool config = true;
+ bool config = false;
32
std::vector<std::string> components;
33
};
34
0 commit comments