Skip to content

Commit

Permalink
Match closing statement, doh
Browse files Browse the repository at this point in the history
  • Loading branch information
kmilos committed Mar 19, 2021
1 parent d49affa commit b92002b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake/exiv2_uninstall.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ FOREACH(file ${files})
ELSE("${rm_retval}" STREQUAL 0)
MESSAGE(FATAL_ERROR "Problem when removing \"${file}\"")
ENDIF("${rm_retval}" STREQUAL 0)
ELSE(EXISTS "${file}")
ELSE(IS_SYMLINK "${file}" OR EXISTS "${file}")
MESSAGE(STATUS "File \"${file}\" does not exist.")
ENDIF(EXISTS "${file}")
ENDIF(IS_SYMLINK "${file}" OR EXISTS "${file}")
ENDFOREACH(file)

0 comments on commit b92002b

Please sign in to comment.