summaryrefslogtreecommitdiffstats
path: root/Tests/CMakeTests/IfTest.cmake.in
Commit message (Collapse)AuthorAgeFilesLines
* fix uninitialized var in if(NOT foo bar STREQUAL "foo bar")Rolf Eike Beer2012-01-221-0/+8
| | | | Also adds test to verify this.
* Test if() boolean coersion and CMP0012 behaviorsBrad King2009-10-271-0/+158
We introduce the "CMake.If" test to try out conversion of constants and variables to boolean values in the if() command. We cover both OLD and NEW behavior for policy CMP0012.