mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-18 13:40:19 +00:00
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:
parent
8b81adbbec
commit
c7dbc201df
@ -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")
|
||||
|
Loading…
x
Reference in New Issue
Block a user