From 09cd7fa20317643c9c4f4c75e8c7a397e054f476 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Thomas=20J=C3=BCrges?= <jurges@astron.nl>
Date: Mon, 25 Mar 2019 16:06:29 +0000
Subject: [PATCH] SW-612:  Remove forgotten endif

---
 CMake/FindBoost.cmake | 1 -
 1 file changed, 1 deletion(-)

diff --git a/CMake/FindBoost.cmake b/CMake/FindBoost.cmake
index c07b392e538..78dbcebe442 100644
--- a/CMake/FindBoost.cmake
+++ b/CMake/FindBoost.cmake
@@ -73,7 +73,6 @@ if("${Boost_FIND_COMPONENTS}" MATCHES "python")
         string(REPLACE "python"
                        "python-py${PYTHON_VERSION_MAJOR}${PYTHON_VERSION_MINOR}"
                Boost_FIND_COMPONENTS "${Boost_FIND_COMPONENTS}")
-        endif(NOT Boost_python_FOUND)
       endif(APPLE)
   endif(PYTHON_VERSION_MAJOR GREATER 2)
   else(PYTHON_FOUND)
-- 
GitLab