From 0bacf7b8c98ce580eab405b9ff0ab9a8141ec445 Mon Sep 17 00:00:00 2001 From: AlexandraTrifan Date: Tue, 3 Oct 2023 15:54:18 +0300 Subject: [PATCH] cmake/Modules/uninstall: Remove extra endif() from the uninstall script. Signed-off-by: AlexandraTrifan --- cmake/Modules/uninstall.cmake | 1 - 1 file changed, 1 deletion(-) diff --git a/cmake/Modules/uninstall.cmake b/cmake/Modules/uninstall.cmake index cca29114..9649fa60 100644 --- a/cmake/Modules/uninstall.cmake +++ b/cmake/Modules/uninstall.cmake @@ -57,6 +57,5 @@ if(EXISTS ${PYTHON_EGG_DIR}) if(NOT "${result}" STREQUAL 0) message(FATAL_ERROR "Failed to remove Python egg directory: '${PYTHON_EGG_DIR}'.") endif() - endif() endif()