~ubuntu-branches/ubuntu/trusty/cmake3/trusty-updates

« back to all changes in this revision

Viewing changes to Tests/FindPackageTest/lib/zot-3.1/zot-config-version.cmake

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2017-02-23 17:55:24 UTC
  • Revision ID: package-import@ubuntu.com-20170223175524-5nh7s4pu97fsa0t7
Tags: upstream-3.5.1
ImportĀ upstreamĀ versionĀ 3.5.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
set(PACKAGE_VERSION 3.1)
 
2
if("${PACKAGE_FIND_VERSION_MAJOR}" EQUAL 3)
 
3
  set(PACKAGE_VERSION_COMPATIBLE 1)
 
4
  if("${PACKAGE_FIND_VERSION_MINOR}" EQUAL 1)
 
5
    set(PACKAGE_VERSION_EXACT 1)
 
6
  endif()
 
7
endif()
 
8