diff options
author | Brad King <brad.king@kitware.com> | 2008-01-28 20:22:07 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2008-01-28 20:22:07 (GMT) |
commit | e75932b61f6f40531c70694b14c7e068a94d8da9 (patch) | |
tree | 08113a4aeba90a090a74515da9275dc8b3b1fae2 /Source/cmExportInstallFileGenerator.cxx | |
parent | 64b6c0b950666cb1f5d8f6b219ec7a94e9e38f4a (diff) | |
download | CMake-e75932b61f6f40531c70694b14c7e068a94d8da9.zip CMake-e75932b61f6f40531c70694b14c7e068a94d8da9.tar.gz CMake-e75932b61f6f40531c70694b14c7e068a94d8da9.tar.bz2 |
STYLE: Updated TODO comment for PUBLIC_HEADER_LOCATION export.
Diffstat (limited to 'Source/cmExportInstallFileGenerator.cxx')
-rw-r--r-- | Source/cmExportInstallFileGenerator.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
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); |