Browse Source

STYLE: Updated TODO comment for PUBLIC_HEADER_LOCATION export.

Brad King 17 years ago
parent
commit
e75932b61f
2 changed files with 4 additions and 0 deletions
  1. 2 0
      Source/cmExportBuildFileGenerator.cxx
  2. 2 0
      Source/cmExportInstallFileGenerator.cxx

+ 2 - 0
Source/cmExportBuildFileGenerator.cxx

@@ -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);
 

+ 2 - 0
Source/cmExportInstallFileGenerator.cxx

@@ -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);