mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-24 07:08:38 -05:00
Merge topic 'cpack-deprecate-old-macos-generators'
2ed00e8ef8CPack: Deprecate OSXX11 generator7bf187499fCPack: Deprecate PackageMaker generator Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4309
This commit is contained in:
@@ -178,6 +178,9 @@ int cmCPackOSXX11Generator::PackageFiles()
|
||||
|
||||
int cmCPackOSXX11Generator::InitializeInternal()
|
||||
{
|
||||
cmCPackLogger(cmCPackLog::LOG_WARNING,
|
||||
"The OSXX11 generator is deprecated "
|
||||
"and will be removed in a future version.\n");
|
||||
cmCPackLogger(cmCPackLog::LOG_DEBUG,
|
||||
"cmCPackOSXX11Generator::Initialize()" << std::endl);
|
||||
std::vector<std::string> path;
|
||||
|
||||
@@ -321,6 +321,9 @@ int cmCPackPackageMakerGenerator::PackageFiles()
|
||||
|
||||
int cmCPackPackageMakerGenerator::InitializeInternal()
|
||||
{
|
||||
cmCPackLogger(cmCPackLog::LOG_WARNING,
|
||||
"The PackageMaker generator is deprecated "
|
||||
"and will be removed in a future version.\n");
|
||||
this->SetOptionIfNotSet("CPACK_PACKAGING_INSTALL_PREFIX", "/usr");
|
||||
|
||||
// Starting with Xcode 4.3, PackageMaker is a separate app, and you
|
||||
|
||||
Reference in New Issue
Block a user