CMAKE_POLICY_WARNING_CMP<NNNN>ΒΆ
Explicitly enable or disable the warning when CMake Policy CMP<NNNN>
has not been set explicitly by cmake_policy()
or implicitly
by cmake_minimum_required()
. This is meaningful
only for the policies that do not warn by default:
CMAKE_POLICY_WARNING_CMP0025
controls the warning for policyCMP0025
.CMAKE_POLICY_WARNING_CMP0047
controls the warning for policyCMP0047
.CMAKE_POLICY_WARNING_CMP0056
controls the warning for policyCMP0056
.CMAKE_POLICY_WARNING_CMP0060
controls the warning for policyCMP0060
.CMAKE_POLICY_WARNING_CMP0065
controls the warning for policyCMP0065
.CMAKE_POLICY_WARNING_CMP0066
controls the warning for policyCMP0066
.CMAKE_POLICY_WARNING_CMP0067
controls the warning for policyCMP0067
.CMAKE_POLICY_WARNING_CMP0082
controls the warning for policyCMP0082
.CMAKE_POLICY_WARNING_CMP0089
controls the warning for policyCMP0089
.CMAKE_POLICY_WARNING_CMP0102
controls the warning for policyCMP0102
.CMAKE_POLICY_WARNING_CMP0112
controls the warning for policyCMP0112
.CMAKE_POLICY_WARNING_CMP0116
controls the warning for policyCMP0116
.CMAKE_POLICY_WARNING_CMP0126
controls the warning for policyCMP0126
.CMAKE_POLICY_WARNING_CMP0128
controls the warning for policyCMP0128
.
This variable should not be set by a project in CMake code. Project
developers running CMake may set this variable in their cache to
enable the warning (e.g. -DCMAKE_POLICY_WARNING_CMP<NNNN>=ON
).
Alternatively, running cmake(1)
with the --debug-output
,
--trace
, or --trace-expand
option will also enable the warning.