Changeset View
Changeset View
Standalone View
Standalone View
lang/cpp/src/GpgmeppConfigVersion.cmake.in
| Show All 13 Lines | |||||
| # GNU Lesser General Public License for more details. | # GNU Lesser General Public License for more details. | ||||
| # | # | ||||
| # You should have received a copy of the GNU General Public License | # You should have received a copy of the GNU General Public License | ||||
| # along with this program; if not, write to the Free Software | # along with this program; if not, write to the Free Software | ||||
| # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA | # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA | ||||
| # 02111-1307, USA | # 02111-1307, USA | ||||
| # based on a generated file from cmake. | # based on a generated file from cmake. | ||||
| set(PACKAGE_VERSION "@VERSION_MAJOR@.@VERSION_MINOR@.@VERSION_MICRO@") | set(PACKAGE_VERSION "@LIBGPGMEPP_MAJOR@.@LIBGPGMEPP_MINOR@.@LIBGPGMEPP_MICRO@") | ||||
| if("${PACKAGE_VERSION}" VERSION_LESS "${PACKAGE_FIND_VERSION}" ) | if("${PACKAGE_VERSION}" VERSION_LESS "${PACKAGE_FIND_VERSION}" ) | ||||
| set(PACKAGE_VERSION_COMPATIBLE FALSE) | set(PACKAGE_VERSION_COMPATIBLE FALSE) | ||||
| else() | else() | ||||
| set(PACKAGE_VERSION_COMPATIBLE TRUE) | set(PACKAGE_VERSION_COMPATIBLE TRUE) | ||||
| if( "${PACKAGE_FIND_VERSION}" STREQUAL "${PACKAGE_VERSION}") | if( "${PACKAGE_FIND_VERSION}" STREQUAL "${PACKAGE_VERSION}") | ||||
| set(PACKAGE_VERSION_EXACT TRUE) | set(PACKAGE_VERSION_EXACT TRUE) | ||||
| endif() | endif() | ||||
| endif() | endif() | ||||