diff options
Diffstat (limited to 'Help')
-rw-r--r-- | Help/manual/cmake-policies.7.rst | 1 | ||||
-rw-r--r-- | Help/policy/CMP0047.rst | 16 |
2 files changed, 17 insertions, 0 deletions
diff --git a/Help/manual/cmake-policies.7.rst b/Help/manual/cmake-policies.7.rst index 891333c..02f596b 100644 --- a/Help/manual/cmake-policies.7.rst +++ b/Help/manual/cmake-policies.7.rst @@ -98,3 +98,4 @@ All Policies /policy/CMP0044 /policy/CMP0045 /policy/CMP0046 + /policy/CMP0047 diff --git a/Help/policy/CMP0047.rst b/Help/policy/CMP0047.rst new file mode 100644 index 0000000..7b87c4d --- /dev/null +++ b/Help/policy/CMP0047.rst @@ -0,0 +1,16 @@ +CMP0047 +------- + +Use QCC compiler id for the qcc drivers on QNX. + +CMake 2.8.12 and lower assigned the QNX qcc and QCC compiler drivers the "GNU" +compiler id. + +The OLD behavior for this policy is to use the "GNU" compiler id for the qcc +and QCC compiler drivers. The NEW behavior for this policy is to use the "QCC" +compiler id for those drivers. + +This policy was introduced in CMake version 3.0.0. +CMake version |release| warns when the policy is not set and uses +OLD behavior. Use the cmake_policy command to set it to OLD or +NEW explicitly. |