From f7a68e70049885112c90810a397af72d0339d94d Mon Sep 17 00:00:00 2001 From: Laurent Montel Date: Fri, 24 Mar 2006 12:14:39 +0000 Subject: [PATCH] Add option to build or not kamera svn path=/trunk/KDE/kdegraphics/cmake/modules/; revision=522085 --- cmake/modules/FindGphoto2.cmake | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 cmake/modules/FindGphoto2.cmake diff --git a/cmake/modules/FindGphoto2.cmake b/cmake/modules/FindGphoto2.cmake new file mode 100644 index 000000000..9899ed9b2 --- /dev/null +++ b/cmake/modules/FindGphoto2.cmake @@ -0,0 +1,5 @@ +# Laurent Montel 2006 +# cmake macro to test if we use gphoto2 + +option(KDE4_GPHOTO2 "do not build kamera (gphoto2 required)") +