From 0772adcc6d4600c54ef6f97b4e8a5e3d298af9f5 Mon Sep 17 00:00:00 2001 From: Kevin Funk Date: Fri, 6 Feb 2015 15:00:52 +0100 Subject: Minor: Cleanup --- modules/ecm_uninstall.cmake.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/ecm_uninstall.cmake.in') 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() -- cgit v1.2.1