Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | if: Add "TEST <test>" condition | Matt McCormick | 2015-08-03 | 1 | -0/+1 |
| | | | | | | | | if(TEST TestNameThatExists) will return true if a test with the name TestNameThatExists has been added with add_test. The syntax is similar to if(TARGET TargetName). Since use of "TEST" as an argument to if() could previously be interpreted as a non-keyword argument, add policy CMP0064 to treat it as a keyword as NEW behavior. | ||||
* | if: Implement new IN_LIST operator | Nils Gladitz | 2015-04-30 | 1 | -0/+1 |
| | |||||
* | cmStandardIncludes: Remove list include. | Stephen Kelly | 2015-02-06 | 1 | -0/+2 |
| | | | | Include it only where used. | ||||
* | If: Introduce policy CMP0054 - don't dereference quoted variables in if() | Nils Gladitz | 2014-09-11 | 1 | -7/+13 |
| | |||||
* | If: Extract cmConditionEvaluator from if() implementation | Nils Gladitz | 2014-09-11 | 1 | -0/+90 |