Revision: 7871
http://playerstage.svn.sourceforge.net/playerstage/?rev=7871&view=rev
Author: robotos
Date: 2009-06-22 22:32:53 +0000 (Mon, 22 Jun 2009)
Log Message:
-----------
Check for ogre equal or major than 1.6.1 as suggested by ximengzhu
Modified Paths:
--------------
code/gazebo/trunk/cmake/SearchForStuff.cmake
Modified: code/gazebo/trunk/cmake/SearchForStuff.cmake
===================================================================
--- code/gazebo/trunk/cmake/SearchForStuff.cmake 2009-06-22 17:31:00 UTC
(rev 7870)
+++ code/gazebo/trunk/cmake/SearchForStuff.cmake 2009-06-22 22:32:53 UTC
(rev 7871)
@@ -18,7 +18,7 @@
# Find packages
IF (PKG_CONFIG_FOUND)
- pkg_check_modules(OGRE OGRE=${OGRE_VERSION})
+ pkg_check_modules(OGRE OGRE>=${OGRE_VERSION})
IF (NOT OGRE_FOUND)
MESSAGE (SEND_ERROR "\nError: Ogre3d version ${OGRE_VERSION} and
development files not found. See the following website: http://www.orge3d.org")
ELSE (NOT OGRE_FOUND)
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Are you an open source citizen? Join us for the Open Source Bridge conference!
Portland, OR, June 17-19. Two days of sessions, one day of unconference: $250.
Need another reason to go? 24-hour hacker lounge. Register today!
http://ad.doubleclick.net/clk;215844324;13503038;v?http://opensourcebridge.org
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit