Amend 9c863039: Cmake build: Adapt handling of c++ standards to new Visual C++ 2019

Apparently the use of "/std:c++20" is too new for our sources.
This commit is contained in:
Kornel Benko 2020-06-04 18:01:49 +02:00
parent 8b81adbbec
commit c7dbc201df

View File

@ -48,7 +48,6 @@ else()
set(CXX11_FLAG_CANDIDATES "noflagneeded")
else()
set(CXX11_FLAG_CANDIDATES
"/std:c++20"
"/std:c++17"
"/std:c++14"
"noflagneeded")