BASIS  version 1.2.3 (revision 2104)
Variables
BASISConfigVersion.cmake File Reference

Package configuration version file. More...

Go to the source code of this file.

Variables

 PACKAGE_VERSION
 Version of the found package.
 PACKAGE_VERSION_COMPATIBLE
 Whether this package version is compatible with the requested version.
 PACKAGE_VERSION_EXACT
 Whether this package version is the requested version.
 PACKAGE_VERSION_UNSUITABLE
 Whether this package version is unsuitable with the requested version.

Detailed Description

Package configuration version file.

Note:
The BASISConfigVersion.cmake file is automatically generated by BASIS from the template file ConfigVersion.cmake.in which is part of the BASIS installation.

This file supports the usage of the package by other projects. It is loaded by the find_package() CMake command used by other projects to find this package in order to verify that the version of the package found is compatible with the version requested.

Input variables
PACKAGE_FIND_NAME The package name.
<PACKAGE>_FIND_VERSION Full requested version string.
<PACKAGE>_FIND_VERSION_MAJOR Major version if requested, else 0.
<PACKAGE>_FIND_VERSION_MINOR Minor version if requested, else 0.
<PACKAGE>_FIND_VERSION_PATCH Patch version if requested, else 0.
<PACKAGE>_FIND_VERSION_TWEAK Tweak version if requested, else 0.
<PACKAGE>_FIND_VERSION_COUNT Number of version components, 0 to 4.
Output variables
PACKAGE_VERSION Full provided version string.
PACKAGE_VERSION_EXACT True if version is exact match.
PACKAGE_VERSION_COMPATIBLE True if version is compatible.
PACKAGE_VERSION_UNSUITABLE True if unsuitable as any version.
See also:
http://www.cmake.org/Wiki/CMake_2.6_Notes

Copyright (c) 2011, 2012 University of Pennsylvania. All rights reserved.
See https://www.cbica.upenn.edu/sbia/software/license.html or COPYING file.

Contact: SBIA Group <sbia-software at uphs.upenn.edu>

Definition in file BASISConfigVersion.cmake.