summaryrefslogtreecommitdiff
path: root/Help/prop_gbl/CMAKE_LANG_STD_FLAGS.txt
blob: 0de2d3d2c08a510459aad0125cc34b50db0f5639 (plain)
1
2
3
4
5
6
7
.. note::

  If the compiler's default standard level is at least that
  of the requested feature, CMake may omit the ``-std=`` flag.
  The flag may still be added if the compiler's default extensions mode
  does not match the :prop_tgt:`<LANG>_EXTENSIONS` target property,
  or if the :prop_tgt:`<LANG>_STANDARD` target property is set.