summaryrefslogtreecommitdiffhomepage
path: root/cmake/modules/IntrospectSystem.cmake
diff options
context:
space:
mode:
authorMasaki Muranaka <[email protected]>2012-12-21 19:19:04 +0900
committerMasaki Muranaka <[email protected]>2012-12-21 19:19:37 +0900
commit1c4d81cdada9bf8e4ae01c15723acbd5d6062617 (patch)
tree32e4b3078a609cd0e476aae416171b57a0d209bc /cmake/modules/IntrospectSystem.cmake
parent06f8b784386f8bce9679d93144d4c403b1b4d133 (diff)
downloadmruby-1c4d81cdada9bf8e4ae01c15723acbd5d6062617.tar.gz
mruby-1c4d81cdada9bf8e4ae01c15723acbd5d6062617.zip
Add -DDISABLE_GEMS to compile options.
Diffstat (limited to 'cmake/modules/IntrospectSystem.cmake')
-rw-r--r--cmake/modules/IntrospectSystem.cmake2
1 files changed, 2 insertions, 0 deletions
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