summaryrefslogtreecommitdiff
path: root/share/cmake-3.2/Help/variable/CMAKE_ARGC.rst
diff options
context:
space:
mode:
Diffstat (limited to 'share/cmake-3.2/Help/variable/CMAKE_ARGC.rst')
-rwxr-xr-xshare/cmake-3.2/Help/variable/CMAKE_ARGC.rst7
1 files changed, 0 insertions, 7 deletions
diff --git a/share/cmake-3.2/Help/variable/CMAKE_ARGC.rst b/share/cmake-3.2/Help/variable/CMAKE_ARGC.rst
deleted file mode 100755
index be120b8..0000000
--- a/share/cmake-3.2/Help/variable/CMAKE_ARGC.rst
+++ /dev/null
@@ -1,7 +0,0 @@
-CMAKE_ARGC
-----------
-
-Number of command line arguments passed to CMake in script mode.
-
-When run in -P script mode, CMake sets this variable to the number of
-command line arguments. See also CMAKE_ARGV0, 1, 2 ...