Revision: 7832
http://playerstage.svn.sourceforge.net/playerstage/?rev=7832&view=rev
Author: natepak
Date: 2009-06-10 14:15:38 +0000 (Wed, 10 Jun 2009)
Log Message:
-----------
Made version OGRE version 1.6.1 a requirement
Modified Paths:
--------------
code/gazebo/trunk/cmake/SearchForStuff.cmake
Modified: code/gazebo/trunk/cmake/SearchForStuff.cmake
===================================================================
--- code/gazebo/trunk/cmake/SearchForStuff.cmake 2009-06-10 14:12:41 UTC
(rev 7831)
+++ code/gazebo/trunk/cmake/SearchForStuff.cmake 2009-06-10 14:15:38 UTC
(rev 7832)
@@ -18,9 +18,9 @@
# 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 and development files not found. See
the following website: http://www.orge3d.org")
+ 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)
SET (OGRE_LIBRARY_PATH ${OGRE_LIBRARY_DIRS} CACHE INTERNAL "Ogre library
path")
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit