mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-24 15:18:26 -05:00
install: Thread message level setting through internal API
Create a cmInstallGenerator::MessageLevel enumeration for future use in specifying install message verbosity. Thread values of the type through constructors and save the value as a member of cmInstallGenerator. Use only a "MessageDefault" value for now.
This commit is contained in:
@@ -27,6 +27,7 @@ public:
|
||||
const char* file_permissions,
|
||||
std::vector<std::string> const& configurations,
|
||||
const char* component,
|
||||
MessageLevel message,
|
||||
bool optional
|
||||
);
|
||||
virtual ~cmInstallTargetGenerator();
|
||||
|
||||
Reference in New Issue
Block a user