This commit is contained in:
parent
e8edd610f5
commit
1311ece26f
2 changed files with 15 additions and 7 deletions
|
|
@ -60,13 +60,7 @@ namespace Crafter {
|
|||
if(config.contains("standard")) {
|
||||
standard = config["standard"].get<std::string>();
|
||||
} else {
|
||||
#ifdef CRAFTER_BUILD_CONFIGURATION_TARGET_x86_64_pc_linux_gnu
|
||||
standard = "c++26";
|
||||
#endif
|
||||
#if defined(CRAFTER_BUILD_CONFIGURATION_TARGET_x86_64_pc_windows_msvc) || defined(CRAFTER_BUILD_CONFIGURATION_TARGET_x86_64_w64_mingw32)
|
||||
standard = "c++latest";
|
||||
#endif
|
||||
}
|
||||
if(config.contains("target")) {
|
||||
target = config["target"].get<std::string>();
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue