From 48a7388aa49897606e81235032994519f9d69e37 Mon Sep 17 00:00:00 2001 From: Volker Lanz Date: Thu, 3 Jan 2013 14:10:14 +0000 Subject: [PATCH] build dummy backend per default so we notice when it breaks svn path=/trunk/extragear/sysadmin/partitionmanager/; revision=1330609 --- src/plugins/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/CMakeLists.txt b/src/plugins/CMakeLists.txt index f835cea..2c80e89 100644 --- a/src/plugins/CMakeLists.txt +++ b/src/plugins/CMakeLists.txt @@ -25,7 +25,7 @@ if (PARTMAN_LIBPARTEDBACKEND) add_subdirectory(libparted) endif (PARTMAN_LIBPARTEDBACKEND) -option(PARTMAN_DUMMYBACKEND "Build the dummy backend plugin." OFF) +option(PARTMAN_DUMMYBACKEND "Build the dummy backend plugin." ON) if (PARTMAN_DUMMYBACKEND) add_subdirectory(dummy)