diff options
author | Hannes Braun <hannesbraun@mail.de> | 2022-11-25 22:30:19 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2022-11-28 15:35:00 (GMT) |
commit | 0d7f40a5c42337d76d0f410f83df286337ddecfd (patch) | |
tree | 86c238a01a860a98908228d97f1256db13ddf784 | |
parent | 90907c8ff96ff07f0dafc1f4904d25b1e10f014b (diff) | |
download | CMake-0d7f40a5c42337d76d0f410f83df286337ddecfd.zip CMake-0d7f40a5c42337d76d0f410f83df286337ddecfd.tar.gz CMake-0d7f40a5c42337d76d0f410f83df286337ddecfd.tar.bz2 |
FindRuby: Remove documentation for non-existent Ruby_ROOT_DIR
Documentation was added by commit 905d5667e8 (FindRuby: Add support for
RVM installations, 2020-03-23, v3.18.0-rc1~497^2), but this feature was
never implemented.
Closes: #21528
-rw-r--r-- | Modules/FindRuby.cmake | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Modules/FindRuby.cmake b/Modules/FindRuby.cmake index b14349f..d82f41d 100644 --- a/Modules/FindRuby.cmake +++ b/Modules/FindRuby.cmake @@ -71,9 +71,6 @@ Hints .. versionadded:: 3.18 -``Ruby_ROOT_DIR`` - Define the root directory of a Ruby installation. - ``Ruby_FIND_VIRTUALENV`` This variable defines the handling of virtual environments managed by ``rvm``. It is meaningful only when a virtual environment |