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)