summaryrefslogtreecommitdiffstats
path: root/Help/variable
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2014-01-09 14:37:17 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2014-01-09 14:37:17 (GMT)
commit69c366a28178027a5cf2629c0240d1709ae9ab55 (patch)
treefe61369dffe946ccb6b17830994d901e3af4662c /Help/variable
parentf3a9eb45605638b42ca431731080875470cc229a (diff)
parentbe0458c5620d611a772fd3a25312cf5ae6cb492c (diff)
downloadCMake-69c366a28178027a5cf2629c0240d1709ae9ab55.zip
CMake-69c366a28178027a5cf2629c0240d1709ae9ab55.tar.gz
CMake-69c366a28178027a5cf2629c0240d1709ae9ab55.tar.bz2
Merge topic 'optional-install'
be0458c InstallRules: added new variable to disable generation of install rules
Diffstat (limited to 'Help/variable')
-rw-r--r--Help/variable/CMAKE_SKIP_INSTALL_RULES.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/Help/variable/CMAKE_SKIP_INSTALL_RULES.rst b/Help/variable/CMAKE_SKIP_INSTALL_RULES.rst
new file mode 100644
index 0000000..5eda254
--- /dev/null
+++ b/Help/variable/CMAKE_SKIP_INSTALL_RULES.rst
@@ -0,0 +1,7 @@
+CMAKE_SKIP_INSTALL_RULES
+------------------------
+
+Whether to disable generation of installation rules.
+
+If TRUE, cmake will neither generate installaton rules nor
+will it generate cmake_install.cmake files. This variable is FALSE by default.