Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Convert CMake find-modules to BSD License | Brad King | 2009-09-28 | 1 | -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 variable | Alexander Neundorf | 2009-09-26 | 1 | -0/+1 |
| | | | | Alex | ||||
* | major improvement of FindRuby.cmake | Alexander Neundorf | 2009-09-12 | 1 | -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 Neundorf | 2009-09-12 | 1 | -3/+3 |
| | | | | | | built by default) Alex | ||||
* | ENH: add more ruby paths: sitearch, sitelib, vendorarch, vendorlib (#5531) | Alexander Neundorf | 2008-01-02 | 1 | -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 additional | Alexander Neundorf | 2008-01-02 | 1 | -2/+4 |
| | | | | | | pre- and suffixes (#5642) Alex | ||||
* | BUG: fix 4164, also search for libruby1.8.so, I guess it should be synced | Alexander Neundorf | 2006-12-07 | 1 | -1/+1 |
| | | | | | | with the KDE version of FindRUBY.cmake Alex | ||||
* | ENH: apply patch so that the config values from ruby are used to determine | Alexander Neundorf | 2006-10-04 | 1 | -20/+40 |
| | | | | | | the additional locations (see #3297) Alex | ||||
* | ENH: cleanups | Ken Martin | 2005-12-15 | 1 | -2/+2 |
| | |||||
* | ENH: add documentation support for modules | Bill Hoffman | 2005-12-14 | 1 | -1/+1 |
| | |||||
* | ENH: Removing extra 64-bit search paths. They are now constructed ↵ | Brad King | 2005-04-07 | 1 | -1/+0 |
| | | | | automatically from the paths listed. | ||||
* | ENH: Adding support for 64-bit library paths. Contributed by Peter Vanroose. | Brad King | 2005-04-07 | 1 | -0/+1 |
| | |||||
* | ENH: Initial import of swig. Start working towards Bug #749 - Add swig ↵ | Andy Cedilnik | 2004-04-30 | 1 | -0/+37 |
support module to cmake |