]> git.lyx.org Git - lyx.git/commit
Do not use --std=c++14 for MSVC
authorGeorg Baum <baum@lyx.org>
Sat, 2 Jul 2016 10:42:04 +0000 (12:42 +0200)
committerGeorg Baum <baum@lyx.org>
Sat, 2 Jul 2016 10:42:04 +0000 (12:42 +0200)
commit987dd8446131ab638217be9f7d29e17f87bf3e39
tree21df63238a97e6f31ed1c38f421818a3f8f13557
parente49d59dafc37c38642a640504fe00e696116af26
Do not use --std=c++14 for MSVC

MSVC does not need a special flag to specify the standard. Using --std=c++14
produces a warning, but compilation succeeds, so the old code did mistakenly
choose --std=c++14 for MSVC.
development/cmake/modules/FindCXX11Compiler.cmake