diff options
Diffstat (limited to 'attic/modules/FindGphoto2.cmake')
-rw-r--r-- | attic/modules/FindGphoto2.cmake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/attic/modules/FindGphoto2.cmake b/attic/modules/FindGphoto2.cmake index b1bd6270..71436118 100644 --- a/attic/modules/FindGphoto2.cmake +++ b/attic/modules/FindGphoto2.cmake @@ -47,7 +47,7 @@ if (KDE4_GPHOTO2 ) set(GPHOTO2_INCLUDE_DIRS ${GPHOTO2PORT_INCLUDE_DIR} ${GPHOTO2_INCLUDE_DIR} ) - endif(GHOTO2PORTCONFIG_EXECUTABLE AND GHOTO2CONFIG_EXECUTABLE) + endif() IF (GPHOTO2_LIBRARIES AND GPHOTO2_INCLUDE_DIRS) SET(GPHOTO2_FOUND TRUE) @@ -56,5 +56,5 @@ if (KDE4_GPHOTO2 ) ENDIF (GPHOTO2_LIBRARIES AND GPHOTO2_INCLUDE_DIR) MARK_AS_ADVANCED(GPHOTO2_LIBRARIES GPHOTO2_INCLUDE_DIRS) -endif(KDE4_GPHOTO2) +endif() |