diff options
author | Alexander Neundorf <neundorf@kde.org> | 2009-09-26 05:08:20 -0400 |
---|---|---|
committer | Alexander Neundorf <neundorf@kde.org> | 2009-09-26 05:08:20 -0400 |
commit | bed34fd7c7b5056535ee508ba559bf901ae9b930 (patch) | |
tree | eba74508911a10ba8fd24640386fbefd2042f34a /Modules/FindRuby.cmake | |
parent | 253dafd025d84849caae90b2407d444e304a571d (diff) | |
download | cmake-bed34fd7c7b5056535ee508ba559bf901ae9b930.tar.gz |
document the RUBY_VERSION variable
Alex
Diffstat (limited to 'Modules/FindRuby.cmake')
-rw-r--r-- | Modules/FindRuby.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Modules/FindRuby.cmake b/Modules/FindRuby.cmake index 5246bdfb24..a9842de8ac 100644 --- a/Modules/FindRuby.cmake +++ b/Modules/FindRuby.cmake @@ -8,6 +8,7 @@ # RUBY_EXECUTABLE = full path to the ruby binary # RUBY_INCLUDE_DIRS = include dirs to be used when using the ruby library # RUBY_LIBRARY = full path to the ruby library +# RUBY_VERSION = the version of ruby which was found, e.g. "1.8.7" # RUBY_FOUND = set to true if ruby ws found successfully # # RUBY_INCLUDE_PATH = same as RUBY_INCLUDE_DIRS, only provided for compatibility reasons, don't use it |