diff options
Diffstat (limited to 'Tests/ComplexRelativePaths/cmTestConfigure.h.in')
-rw-r--r-- | Tests/ComplexRelativePaths/cmTestConfigure.h.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Tests/ComplexRelativePaths/cmTestConfigure.h.in b/Tests/ComplexRelativePaths/cmTestConfigure.h.in index 8034203..d7952da 100644 --- a/Tests/ComplexRelativePaths/cmTestConfigure.h.in +++ b/Tests/ComplexRelativePaths/cmTestConfigure.h.in @@ -81,3 +81,7 @@ // test elseif #cmakedefine ELSEIF_RESULT + +// test parenthesis in conditionals +#cmakedefine CONDITIONAL_PARENTHESES + |