This commit is contained in:
parent
8c44aba5bc
commit
46b00d714f
2 changed files with 2 additions and 1 deletions
|
|
@ -61,6 +61,7 @@ namespace Crafter {
|
|||
standard = config["standard"].get<std::string>();
|
||||
} else {
|
||||
standard = "c++26";
|
||||
}
|
||||
if(config.contains("target")) {
|
||||
target = config["target"].get<std::string>();
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue