Skip to content
Snippets Groups Projects
Commit 8af8a837 authored by Thomas Jürges's avatar Thomas Jürges
Browse files

SW-612: Remove forgotten endif

parent cf7e7a16
No related branches found
No related tags found
No related merge requests found
...@@ -73,7 +73,6 @@ if("${Boost_FIND_COMPONENTS}" MATCHES "python") ...@@ -73,7 +73,6 @@ if("${Boost_FIND_COMPONENTS}" MATCHES "python")
string(REPLACE "python" string(REPLACE "python"
"python-py${PYTHON_VERSION_MAJOR}${PYTHON_VERSION_MINOR}" "python-py${PYTHON_VERSION_MAJOR}${PYTHON_VERSION_MINOR}"
Boost_FIND_COMPONENTS "${Boost_FIND_COMPONENTS}") Boost_FIND_COMPONENTS "${Boost_FIND_COMPONENTS}")
endif(NOT Boost_python_FOUND)
endif(APPLE) endif(APPLE)
endif(PYTHON_VERSION_MAJOR GREATER 2) endif(PYTHON_VERSION_MAJOR GREATER 2)
else(PYTHON_FOUND) else(PYTHON_FOUND)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment