mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 13:20:47 -06:00
Not all filesets need to be installed; just those that are visible on the target's interface. Clarify the error message.
6 lines
252 B
Plaintext
6 lines
252 B
Plaintext
^CMake Error at FileSetInstallMissingSetsInterface\.cmake:[0-9]+ \(install\):
|
|
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\)$
|