Merge topic 'minor-cleanups'
4ab7d407 cmExportTryCompileFileGenerator: Add newline between methods. e133e409 cmExportTryCompileFileGenerator: Remove unused variable. c197c692 cmDocumentation: Remove unused include.
This commit is contained in:
commit
21c92a00bf
@ -13,7 +13,6 @@
|
||||
#define _cmDocumentation_h
|
||||
|
||||
#include "cmStandardIncludes.h"
|
||||
#include "cmProperty.h"
|
||||
#include "cmDocumentationFormatter.h"
|
||||
#include "cmDocumentationSection.h"
|
||||
#include "cmake.h"
|
||||
|
@ -99,8 +99,6 @@ cmExportTryCompileFileGenerator::PopulateProperties(cmTarget const* target,
|
||||
|| i->first.find("IMPORTED_LINK_DEPENDENT_LIBRARIES") == 0
|
||||
|| i->first.find("INTERFACE_LINK_LIBRARIES") == 0)
|
||||
{
|
||||
const std::string libs = i->second.GetValue();
|
||||
|
||||
std::string evalResult = this->FindTargets(i->first,
|
||||
target, emitted);
|
||||
|
||||
@ -118,6 +116,7 @@ cmExportTryCompileFileGenerator::PopulateProperties(cmTarget const* target,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
std::string
|
||||
cmExportTryCompileFileGenerator::InstallNameDir(cmTarget* target,
|
||||
const std::string& config)
|
||||
|
Loading…
x
Reference in New Issue
Block a user