[cmake-commits] king committed cmExportBuildFileGenerator.cxx 1.2 1.3
cmExportInstallFileGenerator.cxx 1.3 1.4
cmake-commits at cmake.org
cmake-commits at cmake.org
Mon Jan 28 15:22:09 EST 2008
Update of /cvsroot/CMake/CMake/Source
In directory public:/mounts/ram/cvs-serv10075
Modified Files:
cmExportBuildFileGenerator.cxx
cmExportInstallFileGenerator.cxx
Log Message:
STYLE: Updated TODO comment for PUBLIC_HEADER_LOCATION export.
Index: cmExportBuildFileGenerator.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmExportBuildFileGenerator.cxx,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- cmExportBuildFileGenerator.cxx 28 Jan 2008 19:46:16 -0000 1.2
+++ cmExportBuildFileGenerator.cxx 28 Jan 2008 20:22:07 -0000 1.3
@@ -61,6 +61,8 @@
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);
Index: cmExportInstallFileGenerator.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmExportInstallFileGenerator.cxx,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- cmExportInstallFileGenerator.cxx 28 Jan 2008 19:46:16 -0000 1.3
+++ cmExportInstallFileGenerator.cxx 28 Jan 2008 20:22:07 -0000 1.4
@@ -172,6 +172,8 @@
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);
More information about the Cmake-commits
mailing list