2013-10-13 00:00:24 +00:00
|
|
|
CXX_EXTENSIONS
|
|
|
|
--------------
|
|
|
|
|
|
|
|
Boolean specifying whether compiler specific extensions are requested.
|
|
|
|
|
|
|
|
This property specifies whether compiler specific extensions should be
|
|
|
|
used. For some compilers, this results in adding a flag such
|
2014-05-30 13:03:45 +00:00
|
|
|
as ``-std=gnu++11`` instead of ``-std=c++11`` to the compile line. This
|
|
|
|
property is ``ON`` by default.
|
2014-05-22 07:41:13 +00:00
|
|
|
|
2014-03-18 22:50:18 +00:00
|
|
|
See the :manual:`cmake-compile-features(7)` manual for information on
|
2015-04-07 18:10:50 +00:00
|
|
|
compile features and a list of supported compilers.
|
2014-03-18 22:50:18 +00:00
|
|
|
|
2014-05-22 07:41:13 +00:00
|
|
|
This property is initialized by the value of
|
|
|
|
the :variable:`CMAKE_CXX_EXTENSIONS` variable if it is set when a target
|
|
|
|
is created.
|