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/cmExportBuildFileGenerator.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/cmExportBuildFileGenerator.cxx')
-rw-r--r-- | Source/cmExportBuildFileGenerator.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
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); |