mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 21:31:08 -06:00
make default install component name configurable
Until now an unnamed component was always named "Unspecified". Now this name is taken from the new cmake variable CMAKE_INSTALL_DEFAULT_COMPONENT_NAME, which is initialized to "Unspecified". But it can now be set to something project-specific, per directory Alex
This commit is contained in:
@@ -341,6 +341,8 @@ private:
|
||||
const std::vector<std::string>& relFiles,
|
||||
std::vector<std::string>& absFiles);
|
||||
bool CheckCMP0006(bool& failure);
|
||||
|
||||
std::string DefaultComponentName;
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user