summaryrefslogtreecommitdiff
path: root/share/cmake-3.2/Help/variable/CMAKE_ARGV0.rst
diff options
context:
space:
mode:
Diffstat (limited to 'share/cmake-3.2/Help/variable/CMAKE_ARGV0.rst')
-rwxr-xr-xshare/cmake-3.2/Help/variable/CMAKE_ARGV0.rst9
1 files changed, 0 insertions, 9 deletions
diff --git a/share/cmake-3.2/Help/variable/CMAKE_ARGV0.rst b/share/cmake-3.2/Help/variable/CMAKE_ARGV0.rst
deleted file mode 100755
index e5ed419..0000000
--- a/share/cmake-3.2/Help/variable/CMAKE_ARGV0.rst
+++ /dev/null
@@ -1,9 +0,0 @@
-CMAKE_ARGV0
------------
-
-Command line argument passed to CMake in script mode.
-
-When run in -P script mode, CMake sets this variable to the first
-command line argument. It then also sets CMAKE_ARGV1, CMAKE_ARGV2,
-... and so on, up to the number of command line arguments given. See
-also CMAKE_ARGC.