FindRuby: Remove extra whitespace

This commit is contained in:
Julien Marrec
2020-03-11 18:37:19 +01:00
committed by Brad King
parent ecdace4d61
commit b970e25d98

View File

@@ -222,7 +222,7 @@ find_path(Ruby_INCLUDE_DIR
/usr/lib/ruby/${_Ruby_VERSION_SHORT}/i586-linux-gnu/
)
set(Ruby_INCLUDE_DIRS ${Ruby_INCLUDE_DIR} )
set(Ruby_INCLUDE_DIRS ${Ruby_INCLUDE_DIR})
# if ruby > 1.8 is required or if ruby > 1.8 was found, search for the config.h dir
if( "${Ruby_FIND_VERSION_SHORT_NODOT}" GREATER 18 OR "${_Ruby_VERSION_SHORT_NODOT}" GREATER 18 OR Ruby_HDR_DIR)