Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | write_basic_package_version_file() now works with unset CMAKE_SIZEOF_VOID_P | Alex Neundorf | 2012-05-23 | 1 | -0/+5 |
| | | | | | | | | This fixes #13241. If CMAKE_SIZEOF_VOID_P is not set, either in the installed or in the using project, don't check for it. Alex | ||||
* | write_basic_package_version_file: add ExactVersion mode | Alex Neundorf | 2012-03-10 | 1 | -0/+42 |
This mode is for packages which consider themselves only compatible if exactly the same version is requested. The tweak version is ignored. Alex |