diff options
author | Ben Boeckel <ben.boeckel@kitware.com> | 2022-04-15 17:33:31 (GMT) |
---|---|---|
committer | Ben Boeckel <ben.boeckel@kitware.com> | 2022-04-16 00:44:53 (GMT) |
commit | 60fab8a6e08a014bc66b2347b4d1037ad52164c7 (patch) | |
tree | a391a96e8141c8d0c8108ac6a487f813175a987e /Tests | |
parent | 33c6d01e8264706c692a04dc51e2993150fdfd0b (diff) | |
download | CMake-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.txt | 4 |
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\)$ |