1CMAKE_ARGC
2----------
3
4Number of command line arguments passed to CMake in script mode.
5
6When run in :ref:`-P <Script Processing Mode>` script mode, CMake sets this
7variable to the number of command line arguments.  See also
8:variable:`CMAKE_ARGV0`, ``1``, ``2`` ...
9