From 1c4d81cdada9bf8e4ae01c15723acbd5d6062617 Mon Sep 17 00:00:00 2001 From: Masaki Muranaka Date: Fri, 21 Dec 2012 19:19:04 +0900 Subject: Add -DDISABLE_GEMS to compile options. --- cmake/modules/IntrospectSystem.cmake | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cmake/modules/IntrospectSystem.cmake') diff --git a/cmake/modules/IntrospectSystem.cmake b/cmake/modules/IntrospectSystem.cmake index 722f4c3d7..559b884b8 100644 --- a/cmake/modules/IntrospectSystem.cmake +++ b/cmake/modules/IntrospectSystem.cmake @@ -20,6 +20,8 @@ else() endif() endif() +add_definitions(-DDISABLE_GEMS) + if(MSVC) add_definitions( -DRUBY_EXPORT # required by oniguruma.h -- cgit v1.2.3