diff options
author | Brad King <brad.king@kitware.com> | 2020-08-10 15:19:00 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2020-08-10 15:21:20 (GMT) |
commit | cb1f2cf093808d84cd8ee76e1d77138aefd94b6f (patch) | |
tree | c1b9fd1528fe868705d1912af9485c36ade32ff3 /Modules | |
parent | b88fb7eec61653f902762f50a68ce1e350cf4a49 (diff) | |
parent | 69597441316541110e17c66ebfdc74dad3cb17dd (diff) | |
download | CMake-cb1f2cf093808d84cd8ee76e1d77138aefd94b6f.zip CMake-cb1f2cf093808d84cd8ee76e1d77138aefd94b6f.tar.gz CMake-cb1f2cf093808d84cd8ee76e1d77138aefd94b6f.tar.bz2 |
Merge topic 'FindRuby-restore-include-path' into release-3.18
6959744131 FindRuby: Restore compatibility variable RUBY_INCLUDE_PATH
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !5109
Diffstat (limited to 'Modules')
-rw-r--r-- | Modules/FindRuby.cmake | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Modules/FindRuby.cmake b/Modules/FindRuby.cmake index 1bdee60..3b8122e 100644 --- a/Modules/FindRuby.cmake +++ b/Modules/FindRuby.cmake @@ -50,7 +50,7 @@ This module will set the following variables in your project: Also: -``Ruby_INCLUDE_PATH`` +``RUBY_INCLUDE_PATH`` same as Ruby_INCLUDE_DIRS, only provided for compatibility reasons, don't use it Hints @@ -493,7 +493,6 @@ foreach(Camel Ruby_VERSION_MAJOR Ruby_VERSION_MINOR Ruby_VERSION_PATCH - Ruby_INCLUDE_PATH Ruby_ARCH_DIR Ruby_ARCH |