mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
Extend commit 4e50320978 (Help: Allow help for arbitrary keywords,
2023-08-31, v3.28.0-rc1~31^2).
14 lines
365 B
Plaintext
14 lines
365 B
Plaintext
CMAKE_<LANG>_PVS_STUDIO
|
|
-----------------------
|
|
|
|
.. versionadded:: 4.3
|
|
|
|
Default value for ``<LANG>_PVS_STUDIO`` target property
|
|
when ``<LANG>`` is ``C`` or ``CXX``.
|
|
|
|
This variable is used to initialize the property on each target as it is
|
|
created. For example:
|
|
|
|
set\(CMAKE_CXX_PVS_STUDIO pvs-studio-analyzer analyze -a "GA\\;OP"\)
|
|
add_executable\(foo foo\.cxx\)
|