Browse Source

FindRuby: Remove unused variable

Charlie Savage 10 months ago
parent
commit
9f0b3e90b6
1 changed files with 0 additions and 2 deletions
  1. 0 2
      Modules/FindRuby.cmake

+ 0 - 2
Modules/FindRuby.cmake

@@ -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