summaryrefslogtreecommitdiffstats
path: root/Tests/FindRuby
Commit message (Collapse)AuthorAgeFilesLines
* FindRuby: Drop upper-case RUBY_ results in favor of Ruby_ variablesBrad King2025-02-011-0/+13
| | | | | | Add policy CMP0185 for compatibility. Fixes: #26640
* FindRuby: Add rbenv supportcfis2025-01-286-0/+178
|
* FindRuby: Use find_program VALIDATORCharlie Savage2025-01-171-1/+1
| | | | Avoid caching an unsuitable version of `Ruby_EXECUTABLE`.
* Tests/FindRuby/Rvm: Honor Ruby_FIND_VIRTUALENV ONLYcfis2024-12-091-10/+6
|
* Tests: Improve FindRuby test robustnessBrad King2020-10-052-2/+2
|
* FindRuby: Add support for RVM installationsJulien Marrec2020-03-235-0/+155
|
* FindRuby: Validate Ruby_EXECUTABLE before accepting itJulien Marrec2020-03-231-1/+1
|
* FindRuby: Provide Ruby_LIBRARIES result variableBrad King2020-03-161-1/+1
| | | | | The `cmake-developer(7)` manual documents that a plural non-cached name should be used for results.
* FindRuby: Add dedicated testsJulien Marrec2020-03-165-0/+78
Issue: #20370