From e75932b61f6f40531c70694b14c7e068a94d8da9 Mon Sep 17 00:00:00 2001
From: Brad King <brad.king@kitware.com>
Date: Mon, 28 Jan 2008 15:22:07 -0500
Subject: STYLE: Updated TODO comment for PUBLIC_HEADER_LOCATION export.

---
 Source/cmExportBuildFileGenerator.cxx   | 2 ++
 Source/cmExportInstallFileGenerator.cxx | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/Source/cmExportBuildFileGenerator.cxx b/Source/cmExportBuildFileGenerator.cxx
index 3b634e6..f0dca0a 100644
--- a/Source/cmExportBuildFileGenerator.cxx
+++ b/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);
 
diff --git a/Source/cmExportInstallFileGenerator.cxx b/Source/cmExportInstallFileGenerator.cxx
index fe6cdb5..82af4e1 100644
--- a/Source/cmExportInstallFileGenerator.cxx
+++ b/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);
 
-- 
cgit v0.12