bc2c34e
diff -up plee-the-bear-0.6.0/CMakeLists.txt.svnclawfix plee-the-bear-0.6.0/CMakeLists.txt
bc2c34e
--- plee-the-bear-0.6.0/CMakeLists.txt.svnclawfix	2011-08-25 16:26:17.860303496 -0400
bc2c34e
+++ plee-the-bear-0.6.0/CMakeLists.txt	2011-08-25 16:26:59.997753959 -0400
bc2c34e
@@ -81,8 +81,6 @@ macro(FIND_SVN_CLAW)
bc2c34e
   # find the module
bc2c34e
   find_package(libclaw)
bc2c34e
 
bc2c34e
-  set( EXPECTED_CLAW_SVN_REVISION 259 )
bc2c34e
-
bc2c34e
   if( CLAW_FOUND )
bc2c34e
     VERSION_GREATER_EQUAL( ${CLAW_VERSION} "1.7.0" CLAW_VERSION_OK )
bc2c34e
 
bc2c34e
@@ -92,14 +90,6 @@ macro(FIND_SVN_CLAW)
bc2c34e
 	"version."
bc2c34e
 	"Check http://libclaw.sourceforge.net/ to download the latest release."
bc2c34e
 	)
bc2c34e
-    else( NOT CLAW_VERSION_OK )
bc2c34e
-      if( NOT CLAW_REVISION_NUMBER GREATER ${EXPECTED_CLAW_SVN_REVISION} )
bc2c34e
-	message( FATAL_ERROR
bc2c34e
- 	  "Please update and install your SVN version of libclaw for revision "
bc2c34e
-          "greater than " ${EXPECTED_CLAW_SVN_REVISION}
bc2c34e
-          " (got " ${CLAW_REVISION_NUMBER} ")"
bc2c34e
- 	  )
bc2c34e
-      endif( NOT CLAW_REVISION_NUMBER GREATER ${EXPECTED_CLAW_SVN_REVISION} ) 
bc2c34e
     endif( NOT CLAW_VERSION_OK )
bc2c34e
   else( CLAW_FOUND )
bc2c34e
     message( FATAL_ERROR