https://github.com/Kitware/CMake
Raw File
Tip revision: db3499df5d06ab2cacc61e9f7720a33456aeafe4 authored by Brad King on 30 November 2016, 14:54:05 UTC
CMake 3.7.1
Tip revision: db3499d
CMAKE_CXX_STANDARD_REQUIRED.rst
CMAKE_CXX_STANDARD_REQUIRED
---------------------------

Default value for :prop_tgt:`CXX_STANDARD_REQUIRED` property of targets.

This variable is used to initialize the :prop_tgt:`CXX_STANDARD_REQUIRED`
property on all targets.  See that target property for additional
information.

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