From c1d89e4f8d31a55578714589178d81834a6ca84b Mon Sep 17 00:00:00 2001 From: Jonas Kulla Date: Fri, 3 Oct 2014 20:15:52 +0200 Subject: [PATCH] CMakeLists.txt: Bump default MRI version to 2.1 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 60ea1fd..aa274df 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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