STYLE: Updated TODO comment for PUBLIC_HEADER_LOCATION export.
This commit is contained in:
parent
64b6c0b950
commit
e75932b61f
|
@ -61,6 +61,8 @@ cmExportBuildFileGenerator
|
|||
target, properties);
|
||||
|
||||
// TOOD: PUBLIC_HEADER_LOCATION
|
||||
// This should wait until the build feature propagation stuff
|
||||
// is done. Then this can be a propagated include directory.
|
||||
// this->GenerateImportProperty(config, te->HeaderGenerator,
|
||||
// properties);
|
||||
|
||||
|
|
|
@ -172,6 +172,8 @@ cmExportInstallFileGenerator
|
|||
te->Target, properties);
|
||||
|
||||
// TOOD: PUBLIC_HEADER_LOCATION
|
||||
// This should wait until the build feature propagation stuff
|
||||
// is done. Then this can be a propagated include directory.
|
||||
// this->GenerateImportProperty(config, te->HeaderGenerator,
|
||||
// properties);
|
||||
|
||||
|
|
Loading…
Reference in New Issue