From ef8aa19c33e83ff019595fd7f8fdc29c35c336a3 Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Wed, 13 Feb 2013 18:21:12 -0800 Subject: Imported Upstream version 2.8.10.2 --- Tests/RunCMake/GeneratorExpression/BadCONFIG.cmake | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Tests/RunCMake/GeneratorExpression/BadCONFIG.cmake (limited to 'Tests/RunCMake/GeneratorExpression/BadCONFIG.cmake') diff --git a/Tests/RunCMake/GeneratorExpression/BadCONFIG.cmake b/Tests/RunCMake/GeneratorExpression/BadCONFIG.cmake new file mode 100644 index 000000000..c27ea5f73 --- /dev/null +++ b/Tests/RunCMake/GeneratorExpression/BadCONFIG.cmake @@ -0,0 +1,7 @@ +add_custom_target(check ALL COMMAND check + $ + $ + $ + $ + $<$:foo> + VERBATIM) -- cgit v1.2.3