summaryrefslogtreecommitdiffstats
path: root/Tests
diff options
context:
space:
mode:
authorBen Boeckel <ben.boeckel@kitware.com>2022-04-15 17:33:31 (GMT)
committerBen Boeckel <ben.boeckel@kitware.com>2022-04-16 00:44:53 (GMT)
commit60fab8a6e08a014bc66b2347b4d1037ad52164c7 (patch)
treea391a96e8141c8d0c8108ac6a487f813175a987e /Tests
parent33c6d01e8264706c692a04dc51e2993150fdfd0b (diff)
downloadCMake-60fab8a6e08a014bc66b2347b4d1037ad52164c7.zip
CMake-60fab8a6e08a014bc66b2347b4d1037ad52164c7.tar.gz
CMake-60fab8a6e08a014bc66b2347b4d1037ad52164c7.tar.bz2
cmInstallCommand: tweak error message
Not all filesets need to be installed; just those that are visible on the target's interface. Clarify the error message.
Diffstat (limited to 'Tests')
-rw-r--r--Tests/RunCMake/target_sources/FileSetInstallMissingSetsInterface-stderr.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Tests/RunCMake/target_sources/FileSetInstallMissingSetsInterface-stderr.txt b/Tests/RunCMake/target_sources/FileSetInstallMissingSetsInterface-stderr.txt
index 694f227..8b06ebd 100644
--- a/Tests/RunCMake/target_sources/FileSetInstallMissingSetsInterface-stderr.txt
+++ b/Tests/RunCMake/target_sources/FileSetInstallMissingSetsInterface-stderr.txt
@@ -1,5 +1,5 @@
^CMake Error at FileSetInstallMissingSetsInterface\.cmake:[0-9]+ \(install\):
- install TARGETS target lib1 is exported but not all of its file sets are
- installed
+ install TARGETS target lib1 is exported but not all of its interface file
+ sets are installed
Call Stack \(most recent call first\):
CMakeLists\.txt:[0-9]+ \(include\)$