summaryrefslogtreecommitdiff
path: root/share/cmake-3.6/Help/prop_tgt/COMPILE_FEATURES.rst
diff options
context:
space:
mode:
Diffstat (limited to 'share/cmake-3.6/Help/prop_tgt/COMPILE_FEATURES.rst')
-rw-r--r--share/cmake-3.6/Help/prop_tgt/COMPILE_FEATURES.rst12
1 files changed, 0 insertions, 12 deletions
diff --git a/share/cmake-3.6/Help/prop_tgt/COMPILE_FEATURES.rst b/share/cmake-3.6/Help/prop_tgt/COMPILE_FEATURES.rst
deleted file mode 100644
index 195215e..0000000
--- a/share/cmake-3.6/Help/prop_tgt/COMPILE_FEATURES.rst
+++ /dev/null
@@ -1,12 +0,0 @@
-COMPILE_FEATURES
-----------------
-
-Compiler features enabled for this target.
-
-The list of features in this property are a subset of the features listed
-in the :variable:`CMAKE_CXX_COMPILE_FEATURES` variable.
-
-Contents of ``COMPILE_FEATURES`` may use "generator expressions" with the
-syntax ``$<...>``. See the :manual:`cmake-generator-expressions(7)` manual for
-available expressions. See the :manual:`cmake-compile-features(7)` manual
-for information on compile features and a list of supported compilers.