mirror of
https://github.com/alterware/master-server.git
synced 2025-07-03 01:31:48 +00:00
maint(info_string): small fix
This commit is contained in:
@ -58,11 +58,11 @@ filter {}
|
||||
|
||||
filter {"language:C++", "toolset:not msc*"}
|
||||
buildoptions {
|
||||
"-std=c++17"
|
||||
"-std=c++20"
|
||||
}
|
||||
filter "toolset:msc*"
|
||||
buildoptions {
|
||||
"/std:c++17"
|
||||
"/std:c++20"
|
||||
}
|
||||
filter {}
|
||||
|
||||
|
Reference in New Issue
Block a user