From 8af8a83776b3273e17d5801d162096852ae2e40a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20J=C3=BCrges?= <jurges@astron.nl> Date: Mon, 25 Mar 2019 16:33:54 +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