Brad King
|
75f8d5aab7
ENH: Warn and ignore EXACT without version
|
17 years ago |
Brad King
|
994262e5cc
ENH: Improve find_package version numbering
|
17 years ago |
Brad King
|
d8bfafeff8
ENH: Improve message for bad find_package call
|
17 years ago |
Alexander Neundorf
|
c2cc883430
COMP: fix compile warning/error (non-void function returning void)
|
17 years ago |
Alexander Neundorf
|
8903f88b36
ENH: provide the xxx_FIND_QUIETLY, xxx_FIND_REQUIRED and xxx_FIND_VERSION_ variables
|
17 years ago |
Brad King
|
2b96e0edab
ENH: Teach find_package about lib64 paths
|
17 years ago |
Brad King
|
d50785e26e
ENH: Make find_* command search order more intuitive.
|
17 years ago |
Brad King
|
5b406c9044
ENH: Add HINTS option to find_* commands.
|
17 years ago |
Brad King
|
d53e5dec37
ENH: In find_* implementation centralize addition of trailing slashes
|
17 years ago |
Brad King
|
789c167b6f
ENH: Refactor cmFindCommon, cmFindBase, and cmFindPackageCommand
|
17 years ago |
Brad King
|
3406e1ef2c
ENH: Added not to find_package documentation about unspecified choice among multiple versions.
|
18 years ago |
Brad King
|
41c2895b75
ENH: Added version support to Config mode of find_package command.
|
18 years ago |
Ken Martin
|
0e69d38004
ENH: add return and break support to cmake, also change basic command invocation signature to be able to return extra informaiton via the cmExecutionStatus class
|
18 years ago |
Brad King
|
480d733daf
ENH: Updated find_package documentation to describe common usage first.
|
18 years ago |
Brad King
|
9a16d01591
COMP: snprintf is not portable.
|
18 years ago |
Brad King
|
f41b1e8e91
ENH: Implement version support in the find_package command module mode. Version numbers provided to the command are converted to variable settings to tell the FindXXX.cmake module what version is requested. This addresses issue #1645.
|
18 years ago |
Brad King
|
2eff05e5cb
STYLE: Fix line-too-long.
|
18 years ago |
Brad King
|
119e02631c
ENH: Clarify documentation of find_package command.
|
18 years ago |
Brad King
|
5ef98132dd
COMP: Fix warning about missing virtual destructor.
|
18 years ago |
Brad King
|
b424df917d
ENH: Major improvements to the FIND_PACKAGE command. See bug #3659.
|
18 years ago |
Brad King
|
994c88559a
STYLE: Removed trailing whitespace.
|
18 years ago |
Alexander Neundorf
|
53d9d84f6b
|
18 years ago |
Alexander Neundorf
|
9d45638988
|
18 years ago |
Alexander Neundorf
|
9deca5887d
|
18 years ago |
Alexander Neundorf
|
8d7b502337
|
18 years ago |
Andy Cedilnik
|
f9f1ccadb3
ENH: Add variable watch command
|
18 years ago |
Brad King
|
d9f1d4d71a
ENH: Added NO_MODULE and COMPONENTS options to improve flexibility of the command. Re-implemented argument parsing to be simpler and more robust.
|
19 years ago |
Brad King
|
6f52ed1c8e
ENH: Added creation of XXX_FIND_COMPONENTS list of all components requested with REQUIRED option. This addresses the feature request in bug#3494.
|
19 years ago |
Ken Martin
|
2af4710525
STYLE: fix line length
|
19 years ago |
Ken Martin
|
3d96e52261
STYLE: some m_ to this-> cleanup
|
19 years ago |