]> git.lyx.org Git - lyx.git/commit
New test to determine correct -std option for CXX compiler
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Wed, 6 Jul 2016 12:03:22 +0000 (14:03 +0200)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Wed, 6 Jul 2016 12:21:49 +0000 (14:21 +0200)
commit23dbcb59d2e861921677b3ce99d95c77c1ceec02
treeeeafc0a0c4691b4ec8eaf82cc3194dc2b8558d60
parentb874bdfd402a94428c8f5fe7ef2180146069120a
New test to determine correct -std option for CXX compiler

The test file is stolen from cmake. The options tested are, from the
most desirable to the least desirable:
  -std=c++14 -std=c++11 "" -std=c++0x -std=gnu++14 -std=gnu++11 -std=gnu++0x

It is expected that the result will not be correct for cygwin, but
this is fixable.
config/lyxinclude.m4