diff options
-rw-r--r-- | Source/cmLocalUnixMakefileGenerator2.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmLocalUnixMakefileGenerator2.cxx b/Source/cmLocalUnixMakefileGenerator2.cxx index a0e18f2..73756f7 100644 --- a/Source/cmLocalUnixMakefileGenerator2.cxx +++ b/Source/cmLocalUnixMakefileGenerator2.cxx @@ -41,6 +41,7 @@ // TODO: Identify remaining relative path violations. // TODO: Add test to drive installation through native build system. // TODO: Is there a case where quoted object list fails and unquoted works? +// TODO: External object file feature. // TODO: Fortran support: // - This needs a "provides-requires" mode for the .o files in a target. |