CMAKE_LANG_STD_FLAGS.rst 338 B

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