[Cmake-commits] [cmake-commits] king committed cmFindPackageCommand.cxx 1.50 1.51
cmake-commits at cmake.org
cmake-commits at cmake.org
Tue Dec 9 14:07:12 EST 2008
Update of /cvsroot/CMake/CMake/Source
In directory public:/mounts/ram/cvs-serv27658/Source
Modified Files:
cmFindPackageCommand.cxx
Log Message:
STYLE: Remove old TODO comment in find_package
Versioning has been introduced to find_package, so the comment about it
is out of date.
Index: cmFindPackageCommand.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmFindPackageCommand.cxx,v
retrieving revision 1.50
retrieving revision 1.51
diff -C 2 -d -r1.50 -r1.51
*** cmFindPackageCommand.cxx 9 Dec 2008 15:08:53 -0000 1.50
--- cmFindPackageCommand.cxx 9 Dec 2008 19:07:10 -0000 1.51
***************
*** 1934,1945 ****
}
- // 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.
--- 1934,1937 ----
More information about the Cmake-commits
mailing list