summaryrefslogtreecommitdiffstats
path: root/Tests
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2019-02-25 12:48:48 (GMT)
committerKitware Robot <kwrobot@kitware.com>2019-02-25 12:49:53 (GMT)
commit90323ff0513c8291bc36ea9b84a55eeebbf00329 (patch)
tree5ce4f00e412e7169930f2bebd379a03b90faa82e /Tests
parent283b8c2ae6234d7f71bfe372c71a80deadf9b39d (diff)
parentd3b765d4510b73ee17df0e2bee0f7b9a355c5cba (diff)
downloadCMake-90323ff0513c8291bc36ea9b84a55eeebbf00329.zip
CMake-90323ff0513c8291bc36ea9b84a55eeebbf00329.tar.gz
CMake-90323ff0513c8291bc36ea9b84a55eeebbf00329.tar.bz2
Merge topic 'remove-exclude-from-all-warning'
d3b765d451 EXCLUDE_FROM_ALL: Don't warn if installing target excluded from all Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3002
Diffstat (limited to 'Tests')
-rw-r--r--Tests/RunCMake/install/TARGETS-OPTIONAL-stderr.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/Tests/RunCMake/install/TARGETS-OPTIONAL-stderr.txt b/Tests/RunCMake/install/TARGETS-OPTIONAL-stderr.txt
deleted file mode 100644
index 86e3ec0..0000000
--- a/Tests/RunCMake/install/TARGETS-OPTIONAL-stderr.txt
+++ /dev/null
@@ -1 +0,0 @@
-^WARNING: Target "notall" has EXCLUDE_FROM_ALL set and will not be built by default but an install rule has been provided for it\. CMake does not define behavior for this case\.$