summaryrefslogtreecommitdiffstats
path: root/Modules/FindRuby.cmake
diff options
context:
space:
mode:
authorAlexander Neundorf <neundorf@kde.org>2006-12-07 22:37:56 (GMT)
committerAlexander Neundorf <neundorf@kde.org>2006-12-07 22:37:56 (GMT)
commit179aad32f362fd361ca040dfb891541b6b8ea9f0 (patch)
tree20bc1a09932656727358f324f1d6b31a8c6d12f0 /Modules/FindRuby.cmake
parent2ad2566d198f7094bb82e5570f77afe2cc179a20 (diff)
downloadCMake-179aad32f362fd361ca040dfb891541b6b8ea9f0.zip
CMake-179aad32f362fd361ca040dfb891541b6b8ea9f0.tar.gz
CMake-179aad32f362fd361ca040dfb891541b6b8ea9f0.tar.bz2
BUG: fix 4164, also search for libruby1.8.so, I guess it should be synced
with the KDE version of FindRUBY.cmake Alex
Diffstat (limited to 'Modules/FindRuby.cmake')
-rw-r--r--Modules/FindRuby.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/FindRuby.cmake b/Modules/FindRuby.cmake
index f4f30c2..6718977 100644
--- a/Modules/FindRuby.cmake
+++ b/Modules/FindRuby.cmake
@@ -46,7 +46,7 @@ FIND_PATH(RUBY_INCLUDE_PATH
/usr/lib/ruby/1.8/i586-linux-gnu/ )
FIND_LIBRARY(RUBY_LIBRARY
- NAMES ruby
+ NAMES ruby ruby1.8
PATHS ${RUBY_POSSIBLE_LIB_PATH}
)