MantisBT - CMake | |||||
| View Issue Details | |||||
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0011217 | CMake | Documentation | public | 2010-09-09 03:41 | 2012-03-06 08:37 |
| Reporter | Andrea Rivetta | ||||
| Assigned To | David Cole | ||||
| Priority | normal | Severity | minor | Reproducibility | have not tried |
| Status | closed | Resolution | no change required | ||
| Platform | OS | OS Version | |||
| Product Version | CMake-2-8 | ||||
| Target Version | Fixed in Version | CMake 2.8.7 | |||
| Summary | 0011217: find_package description | ||||
| Description | There isn't any reference on documentation how to retreive in "module" mode all parameters passed to find_package(<moduleName> params ..) inside the Find<moduleName>.cmake file. | ||||
| Steps To Reproduce | |||||
| Additional Information | Add this if it is correct. If you use the signature like: find_package(<moduleName> [<major>[.<minor>[.<patch>[.<tweak>]]]] [EXACT][QUIET] [[REQUIRED|COMPONENTS] [<components> ..]] ) inside Find<module>.cmake you can check and verify all parameters using the following temporary variables: <moduleName>_FIND_VERSION = <major>[.<minor>[.<patch>[.<tweak>]]] <moduleName>_FIND_VERSION_MAJOR = <major> <moduleName>_FIND_VERSION_MINOR = <minor> <moduleName>_FIND_VERSION_PATCH = <patch> <moduleName>_FIND_VERSION_TWEAK = <tweak> <moduleName>_FIND_EXACT = true if [EXACT] <moduleName>_FIND_QUIELTY = true if [QUIET] <moduleName>_FIND_REQUIRED = true if [REQUIRED] <moduleName>_FIND_COMPONENTS = <components> | ||||
| Tags | No tags attached. | ||||
| Relationships | |||||
| Attached Files | |||||
| Issue History | |||||
| Date Modified | Username | Field | Change | ||
| 2010-09-09 03:41 | Andrea Rivetta | New Issue | |||
| 2011-01-20 13:45 | Alex Neundorf | Note Added: 0024963 | |||
| 2011-01-26 09:29 | David Cole | Assigned To | => David Cole | ||
| 2011-01-26 09:29 | David Cole | Status | new => assigned | ||
| 2011-01-26 09:33 | David Cole | Note Added: 0025085 | |||
| 2011-10-25 22:42 | David Cole | Note Added: 0027645 | |||
| 2011-10-25 22:42 | David Cole | Status | assigned => resolved | ||
| 2011-10-25 22:42 | David Cole | Fixed in Version | => CMake 2.8.7 | ||
| 2011-10-25 22:42 | David Cole | Resolution | open => no change required | ||
| 2012-03-06 08:37 | David Cole | Note Added: 0028831 | |||
| 2012-03-06 08:37 | David Cole | Status | resolved => closed | ||
| Notes | |||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||