diff options
| -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>  #  | 
