https://github.com/Kitware/CMake
Raw File
Tip revision: dc45b20aca1323d8497ac08d202fe238727c7198 authored by Brad King on 22 February 2024, 14:40:22 UTC
CMake 3.29.0-rc2
Tip revision: dc45b20
CMAKE_CXX_STANDARD_REQUIRED.rst
CMAKE_CXX_STANDARD_REQUIRED
---------------------------

.. versionadded:: 3.1

Default value for :prop_tgt:`CXX_STANDARD_REQUIRED` target property if set when
a target is created.

See the :manual:`cmake-compile-features(7)` manual for information on
compile features and a list of supported compilers.
back to top