From 297c63fa65327491a2b50e521b661c5835a19fe4 Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Tue, 13 Aug 2013 07:48:01 -0400 Subject: Imported Upstream version 2.8.11.2 --- Tests/RunCMake/GeneratorExpression/BadInstallPrefix.cmake | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 Tests/RunCMake/GeneratorExpression/BadInstallPrefix.cmake (limited to 'Tests/RunCMake/GeneratorExpression/BadInstallPrefix.cmake') diff --git a/Tests/RunCMake/GeneratorExpression/BadInstallPrefix.cmake b/Tests/RunCMake/GeneratorExpression/BadInstallPrefix.cmake new file mode 100644 index 000000000..fcfc3ebaa --- /dev/null +++ b/Tests/RunCMake/GeneratorExpression/BadInstallPrefix.cmake @@ -0,0 +1,3 @@ +add_custom_target(check ALL COMMAND check + $/include + VERBATIM) -- cgit v1.2.3