summaryrefslogtreecommitdiffstats
path: root/Modules/FindRuby.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Convert CMake find-modules to BSD LicenseBrad King2009-09-281-3/+13
| | | | | | | This adds copyright/license notification blocks CMake's find-modules. Many of the modules had no notices at all. Some had notices referring to the BSD license already. This commit normalizes existing notices and adds missing notices.
* document the RUBY_VERSION variableAlexander Neundorf2009-09-261-0/+1
| | | | Alex
* major improvement of FindRuby.cmakeAlexander Neundorf2009-09-121-38/+188
| | | | | | | | | -now supports specifying minimum required version -now supports ruby 1.8 and 1.9 -uses find_package_handle_standard_args() now -fix #6212 and using a lot of ideas from the file attached there Alex
* use HINTS instead of PATHS and also look for libruby-static.a (which is ↵Alexander Neundorf2009-09-121-3/+3
| | | | | | built by default) Alex
* ENH: add more ruby paths: sitearch, sitelib, vendorarch, vendorlib (#5531)Alexander Neundorf2008-01-021-16/+51
| | | | | | | | -make these variables cached and ADVANCED -remove unused QUIETLY code -document RUBY_LIBRARY Alex
* BUG: make FindRuby work with the libs for MSVC, which can have additionalAlexander Neundorf2008-01-021-2/+4
| | | | | | pre- and suffixes (#5642) Alex
* BUG: fix 4164, also search for libruby1.8.so, I guess it should be syncedAlexander Neundorf2006-12-071-1/+1
| | | | | | with the KDE version of FindRUBY.cmake Alex
* ENH: apply patch so that the config values from ruby are used to determineAlexander Neundorf2006-10-041-20/+40
| | | | | | the additional locations (see #3297) Alex
* ENH: cleanupsKen Martin2005-12-151-2/+2
|
* ENH: add documentation support for modulesBill Hoffman2005-12-141-1/+1
|
* ENH: Removing extra 64-bit search paths. They are now constructed ↵Brad King2005-04-071-1/+0
| | | | automatically from the paths listed.
* ENH: Adding support for 64-bit library paths. Contributed by Peter Vanroose.Brad King2005-04-071-0/+1
|
* ENH: Initial import of swig. Start working towards Bug #749 - Add swig ↵Andy Cedilnik2004-04-301-0/+37
support module to cmake