CMake/Tests/RunCMake/TargetPolicies/PolicyList-stderr.txt
Ruslan Baratov 1588a577d1 Add policy CMP0069 to enforce INTERPROCEDURAL_OPTIMIZATION
Previously the `INTERPROCEDURAL_OPTIMIZATION` target property was
honored only for the Intel compiler on Linux and otherwise ignored.  In
order to add support for more compilers incrementally without changing
behavior in the future, add a new policy whose NEW behavior enforces the
`INTERPROCEDURAL_OPTIMIZATION` property.  Add flags for supported
compilers and otherwise produce an error.
2017-03-30 14:56:46 -04:00

28 lines
521 B
Plaintext

Error evaluating generator expression:
\$<TARGET_POLICY:NOT_A_POLICY>
\$<TARGET_POLICY:prop> may only be used with a limited number of policies.
Currently it may be used with the following policies:
\* CMP0003
\* CMP0004
\* CMP0008
\* CMP0020
\* CMP0021
\* CMP0022
\* CMP0027
\* CMP0038
\* CMP0041
\* CMP0042
\* CMP0046
\* CMP0052
\* CMP0060
\* CMP0063
\* CMP0065
\* CMP0068
\* CMP0069
Call Stack \(most recent call first\):
CMakeLists.txt:3 \(include\)