aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Funk <kfunk@kde.org>2015-02-06 15:00:52 +0100
committerKevin Funk <kfunk@kde.org>2015-02-06 15:00:52 +0100
commit0772adcc6d4600c54ef6f97b4e8a5e3d298af9f5 (patch)
treeeb06a0c2562cd3697dc4e1e553f4bb4639a4331a
parent98a1ac4bf153581865662bd55fd139844d2de5cd (diff)
downloadextra-cmake-modules-0772adcc6d4600c54ef6f97b4e8a5e3d298af9f5.tar.gz
extra-cmake-modules-0772adcc6d4600c54ef6f97b4e8a5e3d298af9f5.tar.bz2
Minor: Cleanupv1.7.0-rc1v1.7.0
-rw-r--r--modules/ecm_uninstall.cmake.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/ecm_uninstall.cmake.in b/modules/ecm_uninstall.cmake.in
index d0cf1241..379239ba 100644
--- a/modules/ecm_uninstall.cmake.in
+++ b/modules/ecm_uninstall.cmake.in
@@ -14,7 +14,7 @@ foreach(file ${files})
)
if(NOT "${rm_retval}" STREQUAL 0)
message(FATAL_ERROR "Problem when removing $ENV{DESTDIR}${file}")
- endif(NOT "${rm_retval}" STREQUAL 0)
+ endif()
else()
message(STATUS "File $ENV{DESTDIR}${file} does not exist.")
endif()