diff options
author | Kevin Funk <kfunk@kde.org> | 2015-02-06 15:00:52 +0100 |
---|---|---|
committer | Kevin Funk <kfunk@kde.org> | 2015-02-06 15:00:52 +0100 |
commit | 0772adcc6d4600c54ef6f97b4e8a5e3d298af9f5 (patch) | |
tree | eb06a0c2562cd3697dc4e1e553f4bb4639a4331a | |
parent | 98a1ac4bf153581865662bd55fd139844d2de5cd (diff) | |
download | extra-cmake-modules-1.7.0.tar.gz extra-cmake-modules-1.7.0.tar.bz2 |
Minor: Cleanupv1.7.0-rc1v1.7.0
-rw-r--r-- | modules/ecm_uninstall.cmake.in | 2 |
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() |