Brad King wrote:
> On 2/17/2012 12:09 PM, Rolf Eike Beer wrote:
> > http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=854e76237ce3e8f03d9cabc
> > ad1f8f37e04992ad3 commit 854e76237ce3e8f03d9cabcad1f8f37e04992ad3
> > Author:     Rolf Eike Beer<e...@sf-mail.de>
> > AuthorDate: Fri Feb 17 18:06:07 2012 +0100
> > Commit:     Rolf Eike Beer<e...@sf-mail.de>
> > CommitDate: Fri Feb 17 18:06:07 2012 +0100
> > 
> >      FindRuby: clean up querying variables from Ruby
> >      
> >      Newer Ruby versions (from 1.9 onward) seem to warn if you query
> >      Config::CONFIG and print a warning to use RbConfig instead. RbConfig
> >      seems to also work in older versions, at least in 1.8. Use a macro
> >      to query RbConfig first and only if that doesn't give anything fall
> >      back to Config.
> 
> Does this address
> 
>    http://www.cmake.org/Bug/view.php?id=12965
> 
> ?

Nope, sadly not. But it should make that easier to solve.

I wonder what does ruby output on Windows? Likely backslash separated paths, 
in which case most of those things would also need an additional 
file(TO_CMAKE_PATH).

Eike
-- 

Attachment: signature.asc
Description: This is a digitally signed message part.

--

Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers

Reply via email to