From a10637363081c64fa9dc9c455a2fa143c7738476 Mon Sep 17 00:00:00 2001 From: Laurent Montel Date: Thu, 11 May 2006 15:30:08 +0000 Subject: [PATCH] Try to fix compile svn path=/trunk/KDE/kdegraphics/cmake/modules/; revision=539721 --- cmake/modules/FindGphoto2.cmake | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cmake/modules/FindGphoto2.cmake b/cmake/modules/FindGphoto2.cmake index 96b4217c2..f07dc1a2f 100644 --- a/cmake/modules/FindGphoto2.cmake +++ b/cmake/modules/FindGphoto2.cmake @@ -40,5 +40,7 @@ if (KDE4_GPHOTO2 ) message(STATUS "Found gphoto2: ${GPHOTO2_LIBRARIES}") ENDIF (GPHOTO2_LIBRARIES AND GPHOTO2_INCLUDE_DIRS) ENDIF (GPHOTO2_LIBRARIES AND GPHOTO2_INCLUDE_DIR) + MARK_AS_ADVANCED(GPHOTO2_LIBRARIES GPHOTO2_INCLUDE_DIRS) + endif(KDE4_GPHOTO2)