From 4f5a8b9c0c5d72837981880c5a795d69acd73dac Mon Sep 17 00:00:00 2001 From: Brad King Date: Tue, 9 Dec 2008 14:07:10 -0500 Subject: STYLE: Remove old TODO comment in find_package Versioning has been introduced to find_package, so the comment about it is out of date. --- Source/cmFindPackageCommand.cxx | 8 -------- 1 file changed, 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? -- cgit v0.12