MantisBT - CMake
View Issue Details
0012507CMakeModulespublic2011-10-10 05:372011-12-16 17:21
Vadim Zhukov 
Alex Neundorf 
normaltweakalways
closedfixed 
i386OpenBSD5.0-CURRENT
CMake 2.8.6 
CMake 2.8.7CMake 2.8.7 
0012507: FindRuby.cmake doesn't find system Ruby library
FindRuby.cmake could not find Ruby library on OpenBSD when the latter is installed from ports. The problem is connected with the fact that Ruby library is named "rubyXY", not "rubyX.Y". Attached a patch that resolves the issue.
Just use "find_package(Ruby)".
No tags attached.
? patch-Modules_FindRuby_cmake (488) 2011-10-10 05:37
https://public.kitware.com/Bug/file/4073/patch-Modules_FindRuby_cmake
Issue History
2011-10-10 05:37Vadim ZhukovNew Issue
2011-10-10 05:37Vadim ZhukovFile Added: patch-Modules_FindRuby_cmake
2011-10-11 15:13Alex NeundorfAssigned To => Alex Neundorf
2011-10-11 15:13Alex NeundorfStatusnew => assigned
2011-10-12 17:10Alex NeundorfNote Added: 0027578
2011-10-12 17:10Alex NeundorfStatusassigned => closed
2011-10-12 17:10Alex NeundorfResolutionopen => fixed
2011-12-16 17:21David ColeFixed in Version => CMake 2.8.7
2011-12-16 17:21David ColeTarget Version => CMake 2.8.7

Notes
(0027578)
Alex Neundorf   
2011-10-12 17:10   
Thanks, I committed your patch and merged it into next. Should be in 2.8.7.

Alex