summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/GeneratorExpression/BadNOT.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/RunCMake/GeneratorExpression/BadNOT.cmake')
-rw-r--r--Tests/RunCMake/GeneratorExpression/BadNOT.cmake5
1 files changed, 5 insertions, 0 deletions
diff --git a/Tests/RunCMake/GeneratorExpression/BadNOT.cmake b/Tests/RunCMake/GeneratorExpression/BadNOT.cmake
new file mode 100644
index 0000000..452293b
--- /dev/null
+++ b/Tests/RunCMake/GeneratorExpression/BadNOT.cmake
@@ -0,0 +1,5 @@
+add_custom_target(check ALL COMMAND check
+ $<NOT:>
+ $<NOT:,>
+ $<NOT:0,1>
+ VERBATIM)