cmake: fix dev warning in kde4_cmake_uninstall

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
Ivailo Monev 2017-08-02 17:19:39 +00:00
parent 1324937229
commit 922258e5e1

View file

@ -14,7 +14,7 @@ FOREACH(file ${files})
)
IF(NOT "${rm_retval}" STREQUAL 0)
MESSAGE(FATAL_ERROR "Problem when removing \"${file}\": ${rm_out}")
ENDIF("${rm_retval}" STREQUAL 0)
ENDIF(NOT "${rm_retval}" STREQUAL 0)
ELSE(EXISTS "${file}")
MESSAGE(STATUS "File \"${file}\" does not exist.")
ENDIF(EXISTS "${file}")