mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-21 17:51:03 +00:00
CMake: comment out c++20 for now
We currently get errors with internal boost and also from LyX code.
This commit is contained in:
parent
d2d33a6a1f
commit
2c1753a526
@ -54,7 +54,9 @@ else()
|
||||
endif()
|
||||
else()
|
||||
set(CXX11_FLAG_CANDIDATES
|
||||
"--std=c++20"
|
||||
# Detection of c++20 works well, but our code is not ready for it yet.
|
||||
# We currently get errors with internal boost and also from our code.
|
||||
# "--std=c++20"
|
||||
"--std=c++17"
|
||||
"--std=c++14"
|
||||
"--std=c++11"
|
||||
|
Loading…
Reference in New Issue
Block a user