From 4c0ef57e8ca0f55783d4ad3e1545246fa188590b Mon Sep 17 00:00:00 2001 From: Brad King Date: Tue, 27 Oct 2020 12:18:05 -0400 Subject: FindRuby: Restore compatibility variable RUBY_VENDORLIB_DIR Since commit e672db628b (FindRuby: Rename variables to match case of module name, 2020-03-11, v3.18.0-rc1~546^2), the result variables named with the old `RUBY_` prefix are provided by compatibility code that maps from the new `Ruby_` prefix variables. This variable was accidentally left out. Fixes: #21369 --- Modules/FindRuby.cmake | 1 + 1 file changed, 1 insertion(+) diff --git a/Modules/FindRuby.cmake b/Modules/FindRuby.cmake index 0559a69..a0cdf3b 100644 --- a/Modules/FindRuby.cmake +++ b/Modules/FindRuby.cmake @@ -515,6 +515,7 @@ foreach(Camel Ruby_SITELIB_DIR Ruby_HAS_VENDOR_RUBY Ruby_VENDORARCH_DIR + Ruby_VENDORLIB_DIR ) string(TOUPPER ${Camel} UPPER) -- cgit v0.12