_ICSTAT ------------- .. versionadded:: 4.1 This property is supported only when ```` is ``C`` or ``CXX``. Specify a :ref:`semicolon-separated list ` containing a command line for the ``icstat`` static analysis tool. The :ref:`Makefile Generators` and the :ref:`Ninja Generators` will run ``icstat`` along with the compiler and report any problems. The build will fail if the ``icstat`` tool returns non-zero. This property is initialized by the value of the :variable:`CMAKE__ICSTAT` variable if it is set when a target is created. It also supports :manual:`generator expressions `. This lint may be suppressed for individual source files by setting the :prop_sf:`SKIP_LINTING` source file property.