lang-std-flag-order.rst 296 B

1234567
  1. lang-std-flag-order
  2. -------------------
  3. * :ref:`Language Standard Flags`, such as ``-std=c++11``, when generated due
  4. to :command:`target_compile_features` or :variable:`CMAKE_<LANG>_STANDARD`,
  5. are now placed before flags added by :command:`target_compile_options`,
  6. rather than after them.