diff options
author | Sebastian Sauer <mail@dipe.org> | 2006-10-24 01:19:47 +0000 |
---|---|---|
committer | Sebastian Sauer <mail@dipe.org> | 2006-10-24 01:19:47 +0000 |
commit | f768b27650ff682de37b5a05d19640bf0049382e (patch) | |
tree | 66ac444c5980795250b2acdbea54e86c7122421e | |
parent | dd1340092d541bf36f69369fd13150dbd949697c (diff) | |
download | extra-cmake-modules-f768b27650ff682de37b5a05d19640bf0049382e.tar.gz extra-cmake-modules-f768b27650ff682de37b5a05d19640bf0049382e.tar.bz2 |
RUBY_LIBRARY is also set.
svn path=/trunk/KDE/kdelibs/; revision=598586
-rw-r--r-- | modules/FindRUBY.cmake | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/FindRUBY.cmake b/modules/FindRUBY.cmake index 486916f0..95da129f 100644 --- a/modules/FindRUBY.cmake +++ b/modules/FindRUBY.cmake @@ -3,8 +3,9 @@ # and libraries are. It also determines what the name of the library is. This # code sets the following variables: # +# RUBY_LIBRARY = full path+file to the ruby library # RUBY_INCLUDE_PATH = path to where ruby.h can be found -# RUBY_EXECUTABLE = full path to the ruby binary +# RUBY_EXECUTABLE = full path+file to the ruby binary # # Copyright (c) 2006, Laurent Montel, <montel@kde.org> # |