diff options
Diffstat (limited to 'modules/FindRUBY.cmake')
-rw-r--r-- | modules/FindRUBY.cmake | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/modules/FindRUBY.cmake b/modules/FindRUBY.cmake index 8bcfb357..4510660b 100644 --- a/modules/FindRUBY.cmake +++ b/modules/FindRUBY.cmake @@ -1,11 +1,16 @@ -# - Find ruby -# This module finds if RUBY is installed and determines where the include files +# - Find Ruby +# This module finds if Ruby is installed and determines where the include files # and libraries are. It also determines what the name of the library is. This # code sets the following variables: # # RUBY_INCLUDE_PATH = path to where ruby.h can be found # RUBY_EXECUTABLE = full path to the ruby binary # +# Copyright (c) 2006, Laurent Montel, <montel@kde.org> +# +# Redistribution and use is allowed according to the terms of the BSD license. +# For details see the accompanying COPYING-CMAKE-SCRIPTS file. + if(RUBY_LIBRARY AND RUBY_INCLUDE_PATH) # Already in cache, be silent |