https://github.com/Kitware/CMake
Raw File
Tip revision: ecaddda2fea374089d867ad17b8b4700b189f397 authored by Brad King on 05 October 2017, 14:40:37 UTC
Merge branch 'cpack-dmg-explicit-hfs' into release-3.10
Tip revision: ecaddda
CMAKE_ARGC.rst
CMAKE_ARGC
----------

Number of command line arguments passed to CMake in script mode.

When run in :ref:`-P <CMake Options>` script mode, CMake sets this variable to
the number of command line arguments.  See also :variable:`CMAKE_ARGV0`,
``1``, ``2`` ...
back to top