Re: [CMake] [PATCH] FindRuby.cmake does not support version 1.9.1

2010-01-03 Thread Alexander Neundorf
On Saturday 02 January 2010, Guilherme Balena Versiani wrote: > Yes, the attached patch corrects both problems. Thanks, committed to cvs HEAD. Alex ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opens

Re: [CMake] [PATCH] FindRuby.cmake does not support version 1.9.1

2010-01-02 Thread Guilherme Balena Versiani
Yes, the attached patch corrects both problems. -- Guilherme Balena Versiani. 2009/12/30 Alexander Neundorf > On Tuesday 29 December 2009, Guilherme Balena Versiani wrote: > > Hello all, > > > > FindRuby.cmake from CMake 2.8.0 does not support Ruby 1.9.1, and has some > > errors on variable RU

Re: [CMake] [PATCH] FindRuby.cmake does not support version 1.9.1

2009-12-30 Thread Alexander Neundorf
On Tuesday 29 December 2009, Guilherme Balena Versiani wrote: > Hello all, > > FindRuby.cmake from CMake 2.8.0 does not support Ruby 1.9.1, and has some > errors on variable RUBY_NODOT_VERSION (it wasn't created resulting in > _nothing_ in expansions). It follows attached a patch to be applied to >

[CMake] [PATCH] FindRuby.cmake does not support version 1.9.1

2009-12-28 Thread Guilherme Balena Versiani
Hello all, FindRuby.cmake from CMake 2.8.0 does not support Ruby 1.9.1, and has some errors on variable RUBY_NODOT_VERSION (it wasn't created resulting in _nothing_ in expansions). It follows attached a patch to be applied to solve these BUGs. Best regards, -- Guilherme Balena Versiani FindRub