| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
The -ExactVersion variant already refers to the macro, and I think
it makes more sense anyway.
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Alex
|
|
|
|
| |
Alex
|
|
|
|
| |
Alex
|
|
This macro can be used to generate basic version files which can be
installed along a Config.cmake file to provide versioning support.
This (3rd try) is implemented using a macro, which maps
the COMPATIBILITY mode to a filename and configure_file()s the
resulting file.
Alex
|