mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-24 02:42:48 +00:00
cmake: fix dev warning in kde4_cmake_uninstall
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
1324937229
commit
922258e5e1
1 changed files with 1 additions and 1 deletions
|
@ -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}")
|
||||
|
|
Loading…
Add table
Reference in a new issue