[cmake-commits] alex committed FindRuby.cmake 1.6 1.7

cmake-commits at cmake.org cmake-commits at cmake.org
Thu Dec 7 17:37:59 EST 2006


Update of /cvsroot/CMake/CMake/Modules
In directory public:/mounts/ram/cvs-serv15297

Modified Files:
	FindRuby.cmake 
Log Message:
BUG: fix 4164, also search for libruby1.8.so, I guess it should be synced
with the KDE version of FindRUBY.cmake

Alex


Index: FindRuby.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/FindRuby.cmake,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- FindRuby.cmake	4 Oct 2006 19:54:25 -0000	1.6
+++ FindRuby.cmake	7 Dec 2006 22:37:56 -0000	1.7
@@ -46,7 +46,7 @@
   /usr/lib/ruby/1.8/i586-linux-gnu/ )
 
 FIND_LIBRARY(RUBY_LIBRARY
-  NAMES ruby
+  NAMES ruby ruby1.8
   PATHS ${RUBY_POSSIBLE_LIB_PATH}
   )
 



More information about the Cmake-commits mailing list