remove faulty brace

This commit is contained in:
Arne Morten Kvarving 2022-07-27 18:08:10 +02:00
parent 90f27b58cd
commit 0b0f9cab33

View File

@ -184,7 +184,7 @@ if (OPM_ENABLE_PYTHON)
endif()
set(Python3_EXECUTABLE ${PYTHON_EXECUTABLE})
set(Python3_LIBRARIES ${PYTHON_LIBRARIES})
set(Python3_VERSION "${PYTHON_VERSION_STRING}"})
set(Python3_VERSION "${PYTHON_VERSION_STRING}")
set(Python3_VERSION_MINOR ${PYTHON_VERSION_MINOR})
else()
# Be backwards compatible.