summaryrefslogtreecommitdiff
path: root/Tests/RunCMake/install/SCRIPT-ALL_COMPONENTS-dev-check.cmake
diff options
context:
space:
mode:
authorNils Gladitz <nilsgladitz@gmail.com>2022-05-14 10:28:56 +0200
committerBrad King <brad.king@kitware.com>2022-05-16 09:34:31 -0400
commitb0c8e31b54ca7ab2647e9301a12a73c23f887acb (patch)
tree8ec2ef518f58d5a8bf05212dee597d73ba9dd988 /Tests/RunCMake/install/SCRIPT-ALL_COMPONENTS-dev-check.cmake
parentde5777090159eb2d74b17ee9f5d3c8ee9678ec4e (diff)
downloadcmake-b0c8e31b54ca7ab2647e9301a12a73c23f887acb.tar.gz
install: Don't ignore EXCLUDE_FROM_ALL when used with ALL_COMPONENTS
Fixes: #23494
Diffstat (limited to 'Tests/RunCMake/install/SCRIPT-ALL_COMPONENTS-dev-check.cmake')
-rw-r--r--Tests/RunCMake/install/SCRIPT-ALL_COMPONENTS-dev-check.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/RunCMake/install/SCRIPT-ALL_COMPONENTS-dev-check.cmake b/Tests/RunCMake/install/SCRIPT-ALL_COMPONENTS-dev-check.cmake
index 48d8e1aec6..88e57e3cbf 100644
--- a/Tests/RunCMake/install/SCRIPT-ALL_COMPONENTS-dev-check.cmake
+++ b/Tests/RunCMake/install/SCRIPT-ALL_COMPONENTS-dev-check.cmake
@@ -1 +1 @@
-check_installed([[^empty1.txt;empty2.txt$]])
+check_installed([[^empty1.txt;empty2.txt;empty3.txt$]])