]> git.lyx.org Git - features.git/commitdiff
Revert "cmake build: Allow use of '--std=c++17' for gnu compiler"
authorKornel Benko <kornel@lyx.org>
Thu, 22 Oct 2020 10:04:41 +0000 (12:04 +0200)
committerKornel Benko <kornel@lyx.org>
Thu, 22 Oct 2020 10:04:41 +0000 (12:04 +0200)
This reverts commit a906676c8971fe4e5eb893937e8cba80cfe2cc12.

development/cmake/modules/FindCXX11Compiler.cmake

index 96b72eb33fad6b990afc56ae116a43a399e22f9e..9188ab6f5b9b50de7ed77a85000add835c299c02 100644 (file)
@@ -54,7 +54,6 @@ else()
       endif()
     else()
       set(CXX11_FLAG_CANDIDATES
-        "--std=c++17"
         "--std=c++14"
         "--std=c++11"
         "--std=gnu++11"