1CMAKE_ARGV0
2-----------
3
4Command line argument passed to CMake in script mode.
5
6When run in :ref:`-P <Script Processing Mode>` script mode, CMake sets this
7variable to the first command line argument.  It then also sets ``CMAKE_ARGV1``,
8``CMAKE_ARGV2``, ... and so on, up to the number of command line arguments
9given.  See also :variable:`CMAKE_ARGC`.
10