CMakeLists.txt: Bump default MRI version to 2.1
This commit is contained in:
parent
55a2cf562e
commit
c1d89e4f8d
|
@ -276,7 +276,7 @@ source_group("Embedded Source" FILES ${EMBEDDED_INPUT} ${EMBEDDED_SOURCE})
|
|||
## Setup binding source ##
|
||||
|
||||
if (BINDING STREQUAL "MRI")
|
||||
set(MRIVERSION "2.0" CACHE STRING "Version of MRI to link with")
|
||||
set(MRIVERSION "2.1" CACHE STRING "Version of MRI to link with")
|
||||
pkg_check_modules(MRI REQUIRED ruby-${MRIVERSION})
|
||||
list(APPEND DEFINES
|
||||
BINDING_MRI
|
||||
|
|
Loading…
Reference in New Issue