]> git.pld-linux.org Git - packages/cmake.git/blob - disable-completness-check.patch
up to 3.27.6
[packages/cmake.git] / disable-completness-check.patch
1 --- cmake-3.27.3/Source/cmExportInstallFileGenerator.cxx.orig   2022-08-17 18:54:57.000000000 +0200
2 +++ cmake-3.27.3/Source/cmExportInstallFileGenerator.cxx        2022-09-27 11:07:37.195039337 +0200
3 @@ -181,7 +181,7 @@ bool cmExportInstallFileGenerator::Gener
4    }
5  
6    this->CleanupTemporaryVariables(os);
7 -  this->GenerateImportedFileCheckLoop(os);
8 +  // disabled for distro packages: this->GenerateImportedFileCheckLoop(os);
9  
10    // Generate an import file for each configuration.
11    // Don't do this if we only export INTERFACE_LIBRARY targets.
This page took 0.040151 seconds and 3 git commands to generate.