summaryrefslogtreecommitdiff
path: root/share/cmake-3.10/Help/prop_tgt/LINKER_LANGUAGE.rst
diff options
context:
space:
mode:
Diffstat (limited to 'share/cmake-3.10/Help/prop_tgt/LINKER_LANGUAGE.rst')
-rw-r--r--share/cmake-3.10/Help/prop_tgt/LINKER_LANGUAGE.rst14
1 files changed, 0 insertions, 14 deletions
diff --git a/share/cmake-3.10/Help/prop_tgt/LINKER_LANGUAGE.rst b/share/cmake-3.10/Help/prop_tgt/LINKER_LANGUAGE.rst
deleted file mode 100644
index b1ca867..0000000
--- a/share/cmake-3.10/Help/prop_tgt/LINKER_LANGUAGE.rst
+++ /dev/null
@@ -1,14 +0,0 @@
-LINKER_LANGUAGE
----------------
-
-Specifies language whose compiler will invoke the linker.
-
-For executables, shared libraries, and modules, this sets the language
-whose compiler is used to link the target (such as "C" or "CXX"). A
-typical value for an executable is the language of the source file
-providing the program entry point (main). If not set, the language
-with the highest linker preference value is the default. See
-documentation of CMAKE_<LANG>_LINKER_PREFERENCE variables.
-
-If this property is not set by the user, it will be calculated at
-generate-time by CMake.