CMake: comment out c++20 for now

We currently get errors with internal boost and also from LyX code.
This commit is contained in:
Scott Kostyshak 2020-10-23 17:12:02 -04:00
parent d2d33a6a1f
commit 2c1753a526

View File

@ -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"