summaryrefslogtreecommitdiff
path: root/share/cmake-3.2/Help/variable/CMAKE_SKIP_INSTALL_ALL_DEPENDENCY.rst
diff options
context:
space:
mode:
Diffstat (limited to 'share/cmake-3.2/Help/variable/CMAKE_SKIP_INSTALL_ALL_DEPENDENCY.rst')
-rwxr-xr-xshare/cmake-3.2/Help/variable/CMAKE_SKIP_INSTALL_ALL_DEPENDENCY.rst11
1 files changed, 0 insertions, 11 deletions
diff --git a/share/cmake-3.2/Help/variable/CMAKE_SKIP_INSTALL_ALL_DEPENDENCY.rst b/share/cmake-3.2/Help/variable/CMAKE_SKIP_INSTALL_ALL_DEPENDENCY.rst
deleted file mode 100755
index 33ee8a8..0000000
--- a/share/cmake-3.2/Help/variable/CMAKE_SKIP_INSTALL_ALL_DEPENDENCY.rst
+++ /dev/null
@@ -1,11 +0,0 @@
-CMAKE_SKIP_INSTALL_ALL_DEPENDENCY
----------------------------------
-
-Don't make the install target depend on the all target.
-
-By default, the "install" target depends on the "all" target. This
-has the effect, that when "make install" is invoked or INSTALL is
-built, first the "all" target is built, then the installation starts.
-If CMAKE_SKIP_INSTALL_ALL_DEPENDENCY is set to TRUE, this dependency
-is not created, so the installation process will start immediately,
-independent from whether the project has been completely built or not.