瀏覽代碼

STYLE: Updated TODO comment for PUBLIC_HEADER_LOCATION export.

Brad King 17 年之前
父節點
當前提交
e75932b61f
共有 2 個文件被更改,包括 4 次插入0 次删除
  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);