From 45456b2230bd87bacc4bcd32515f530baafa8c04 Mon Sep 17 00:00:00 2001 From: Timothy Collett Date: Thu, 5 Jul 2012 11:39:27 -0400 Subject: [PATCH] Enable building Stonesense and Ruby support --- plugins/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/CMakeLists.txt b/plugins/CMakeLists.txt index 3afdbcacc..6de03e49d 100644 --- a/plugins/CMakeLists.txt +++ b/plugins/CMakeLists.txt @@ -10,7 +10,7 @@ if(BUILD_DFUSION) add_subdirectory (Dfusion) endif() -OPTION(BUILD_STONESENSE "Build stonesense (needs a checkout first)." OFF) +OPTION(BUILD_STONESENSE "Build stonesense (needs a checkout first)." ON) if(BUILD_STONESENSE) add_subdirectory (stonesense) endif() @@ -36,7 +36,7 @@ if (BUILD_DWARFEXPORT) add_subdirectory (dwarfexport) endif() -OPTION(BUILD_RUBY "Build ruby binding." OFF) +OPTION(BUILD_RUBY "Build ruby binding." ON) if (BUILD_RUBY) add_subdirectory (ruby) endif()