Skip to content

Commit 0f559bc

Browse files
committed
Do not make Package.config default to true
1 parent 4914860 commit 0f559bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/project_parser.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ struct Package {
2828
std::string name;
2929
std::string version;
3030
bool required = true;
31-
bool config = true;
31+
bool config = false;
3232
std::vector<std::string> components;
3333
};
3434

0 commit comments

Comments
 (0)