summaryrefslogtreecommitdiff
path: root/Tests/RunCMake/GeneratorExpression/BadInstallPrefix.cmake
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2013-02-05 14:54:02 -0500
committerBrad King <brad.king@kitware.com>2013-02-07 11:09:01 -0500
commitc0debb1f89de47f13f7b9682ebd24b772a649e78 (patch)
tree15e09c0a61f81ef5e4e0fdb6533ca7987c031d17 /Tests/RunCMake/GeneratorExpression/BadInstallPrefix.cmake
parentdaae0d2f5b0f9f5e1db3615d85d39ee819d50175 (diff)
parentec85306025ae787e08d4ce097fde966f1809c74f (diff)
downloadcmake-c0debb1f89de47f13f7b9682ebd24b772a649e78.tar.gz
Merge branch 'master' into generator-toolset
We need the latest Tests/CMakeLists.txt so we can refactor all tests.
Diffstat (limited to 'Tests/RunCMake/GeneratorExpression/BadInstallPrefix.cmake')
-rw-r--r--Tests/RunCMake/GeneratorExpression/BadInstallPrefix.cmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/Tests/RunCMake/GeneratorExpression/BadInstallPrefix.cmake b/Tests/RunCMake/GeneratorExpression/BadInstallPrefix.cmake
new file mode 100644
index 0000000000..fcfc3ebaae
--- /dev/null
+++ b/Tests/RunCMake/GeneratorExpression/BadInstallPrefix.cmake
@@ -0,0 +1,3 @@
+add_custom_target(check ALL COMMAND check
+ $<INSTALL_PREFIX>/include
+ VERBATIM)