diff options
author | Stephen Kelly <steveire@gmail.com> | 2014-05-02 08:03:24 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2014-05-02 08:18:16 (GMT) |
commit | 3fdfa5d3fc1170f1cc69636765502ca14b1821ef (patch) | |
tree | ac2a317995ebc4a3d67bbc814b566bde84e0ec71 /Help/variable/CMAKE_CXX_COMPILE_FEATURES.rst | |
parent | a354a8ba5e6ad23e2317f684434136bea622154b (diff) | |
download | CMake-3fdfa5d3fc1170f1cc69636765502ca14b1821ef.zip CMake-3fdfa5d3fc1170f1cc69636765502ca14b1821ef.tar.gz CMake-3fdfa5d3fc1170f1cc69636765502ca14b1821ef.tar.bz2 |
Features: Make CMAKE_CXX_KNOWN_FEATURES a property.
As a 'built-in' variable it imposes a cost on all variable lookups
and it is expected to be rarely used.
Diffstat (limited to 'Help/variable/CMAKE_CXX_COMPILE_FEATURES.rst')
-rw-r--r-- | Help/variable/CMAKE_CXX_COMPILE_FEATURES.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Help/variable/CMAKE_CXX_COMPILE_FEATURES.rst b/Help/variable/CMAKE_CXX_COMPILE_FEATURES.rst index 6be0124..1102c21 100644 --- a/Help/variable/CMAKE_CXX_COMPILE_FEATURES.rst +++ b/Help/variable/CMAKE_CXX_COMPILE_FEATURES.rst @@ -4,5 +4,5 @@ CMAKE_CXX_COMPILE_FEATURES List of features known to the C++ compiler These features are known to be available for use with the C++ compiler. This -list is a subset of the features listed in the :variable:`CMAKE_CXX_KNOWN_FEATURES` -variable. +list is a subset of the features listed in the :prop_gbl:`CMAKE_CXX_KNOWN_FEATURES` +global property. |