mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-09 15:20:56 -06:00
FindRuby: Remove unused variable
This commit is contained in:
committed by
Brad King
parent
e184dda2da
commit
9f0b3e90b6
@@ -120,8 +120,6 @@ if(NOT DEFINED Ruby_FIND_VERSION_MAJOR)
|
||||
set(Ruby_FIND_VERSION_PATCH 0)
|
||||
endif()
|
||||
|
||||
set(Ruby_FIND_VERSION_SHORT_NODOT "${Ruby_FIND_VERSION_MAJOR}${Ruby_FIND_VERSION_MINOR}")
|
||||
|
||||
# Set name of possible executables, ignoring the minor
|
||||
# Eg:
|
||||
# 3.2.6 => from ruby34 to ruby32 included
|
||||
|
||||
Reference in New Issue
Block a user