mirror of
https://github.com/Kitware/CMake.git
synced 2025-12-30 10:20:56 -06:00
cmExportInstallAndroidMKGenerator: combine string literals
This commit is contained in:
@@ -35,8 +35,7 @@ void cmExportInstallAndroidMKGenerator::GenerateImportHeaderCode(
|
||||
for (size_t n = 0; n < numDotDot; n++) {
|
||||
path += "/..";
|
||||
}
|
||||
os << "_IMPORT_PREFIX := "
|
||||
<< "$(LOCAL_PATH)" << path << "\n\n";
|
||||
os << "_IMPORT_PREFIX := $(LOCAL_PATH)" << path << "\n\n";
|
||||
for (std::unique_ptr<cmTargetExport> const& te :
|
||||
this->IEGen->GetExportSet()->GetTargetExports()) {
|
||||
// Collect import properties for this target.
|
||||
|
||||
Reference in New Issue
Block a user