Add policy CMP0035 to disallow variable_requires

This commit is contained in:
Brad King
2013-10-21 11:58:48 -04:00
parent 178b9af186
commit 3969bb23aa
17 changed files with 55 additions and 29 deletions
+3 -1
View File
@@ -1,7 +1,9 @@
variable_requires
-----------------
Deprecated. Use the if() command instead.
Disallowed. See CMake Policy :policy:`CMP0035`.
Use the if() command instead.
Assert satisfaction of an option's required variables.