~cyphylab/cyphy/bonsai

« back to all changes in this revision

Viewing changes to cyphy_visual_slam/cyphy_vslam_msgs/cmake/cyphy_msgs-config-version.cmake

  • Committer: liz.murphy at edu
  • Date: 2012-06-08 02:00:21 UTC
  • Revision ID: liz.murphy@qut.edu.au-20120608020021-43qxny1om5ypgbfn
Removed cyphy visual slam

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
set(PACKAGE_VERSION "1.8.3")
2
 
 
3
 
set(PACKAGE_VERSION_EXACT False)
4
 
set(PACKAGE_VERSION_COMPATIBLE False)
5
 
 
6
 
if("${PACKAGE_FIND_VERSION}" VERSION_EQUAL "{$PACKAGE_VERSION}")
7
 
  set(PACKAGE_VERSION_EXACT True)
8
 
  set(PACKAGE_VERSION_COMPATIBLE True)
9
 
endif()
10
 
 
11
 
if("${PACKAGE_FIND_VERSION}" VERSION_LESS "{$PACKAGE_VERSION}")
12
 
  set(PACKAGE_VERSION_COMPATIBLE True)
13
 
endif()