summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2008-12-09 19:07:10 (GMT)
committerBrad King <brad.king@kitware.com>2008-12-09 19:07:10 (GMT)
commit4f5a8b9c0c5d72837981880c5a795d69acd73dac (patch)
tree7cc70aafb2969a42409ee13219894c7aa7462b50 /Source
parent95a6feaa66e6cafcc310cdaddddb5eaf7c4bb866 (diff)
downloadCMake-4f5a8b9c0c5d72837981880c5a795d69acd73dac.zip
CMake-4f5a8b9c0c5d72837981880c5a795d69acd73dac.tar.gz
CMake-4f5a8b9c0c5d72837981880c5a795d69acd73dac.tar.bz2
STYLE: Remove old TODO comment in find_package
Versioning has been introduced to find_package, so the comment about it is out of date.
Diffstat (limited to 'Source')
-rw-r--r--Source/cmFindPackageCommand.cxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/Source/cmFindPackageCommand.cxx b/Source/cmFindPackageCommand.cxx
index 8ec9aa9..7c326ff 100644
--- a/Source/cmFindPackageCommand.cxx
+++ b/Source/cmFindPackageCommand.cxx
@@ -1933,14 +1933,6 @@ bool cmFindPackageCommand::SearchAppBundlePrefix(std::string const& prefix_in)
return false;
}
-// TODO: Version numbers? Perhaps have a listing component class that
-// sorts by lexicographic and numerical ordering. Also try to match
-// some command argument for the version. Alternatively provide an
-// API that just returns a list of valid directories? Perhaps push a
-// scope and try loading the target file just to get its version
-// number? Could add a foo-version.cmake or FooVersion.cmake file
-// in the projects that contains just version information.
-
// TODO: Debug cmsys::Glob double slash problem.
// TODO: Add registry entries after cmake system search path?