From 1602b6e5c7fe1027e874029939be6c3f3c74170c Mon Sep 17 00:00:00 2001 From: Laurent Montel Date: Thu, 21 Sep 2006 18:30:26 +0000 Subject: [PATCH] Activate by default compile kamera svn path=/trunk/KDE/kdegraphics/cmake/modules/; revision=587147 --- cmake/modules/FindGphoto2.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/modules/FindGphoto2.cmake b/cmake/modules/FindGphoto2.cmake index aee94273f..5a0ce4321 100644 --- a/cmake/modules/FindGphoto2.cmake +++ b/cmake/modules/FindGphoto2.cmake @@ -9,7 +9,7 @@ # For details see the accompanying COPYING-CMAKE-SCRIPTS file. -option(KDE4_GPHOTO2 "do not build kamera (gphoto2 required)") +option(KDE4_GPHOTO2 "do not build kamera (gphoto2 required)" ON) if (KDE4_GPHOTO2 ) IF (GPHOTO2_LIBRARIES AND GPHOTO2_INCLUDE_DIR) # in cache already