commit c7dbc201df81ef1ec6ed9444b268b9e3936c74b6
Author: Kornel Benko <[email protected]>
Date: Thu Jun 4 18:01:49 2020 +0200
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.
---
development/cmake/modules/FindCXX11Compiler.cmake | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/development/cmake/modules/FindCXX11Compiler.cmake
b/development/cmake/modules/FindCXX11Compiler.cmake
index e1bf1fb..9188ab6 100644
--- a/development/cmake/modules/FindCXX11Compiler.cmake
+++ b/development/cmake/modules/FindCXX11Compiler.cmake
@@ -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")
--
lyx-cvs mailing list
[email protected]
http://lists.lyx.org/mailman/listinfo/lyx-cvs