mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06: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:
@@ -30,6 +30,7 @@ public:
|
||||
const char* dest, const char* file_permissions,
|
||||
const std::vector<std::string>& configurations,
|
||||
const char* component,
|
||||
MessageLevel message,
|
||||
const char* filename, const char* name_space,
|
||||
bool exportOld, cmMakefile* mf);
|
||||
~cmInstallExportGenerator();
|
||||
|
||||
Reference in New Issue
Block a user