summaryrefslogtreecommitdiffstats
path: root/Tests/FindRuby
Commit message (Collapse)AuthorAgeFilesLines
* 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