[cmake] Remove repeated check

Signed-off-by: Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@fastmail.net>
This commit is contained in:
Jaime Marquínez Ferrándiz 2022-07-13 23:51:12 +02:00
parent 595a9cd359
commit f34f28a490

View file

@ -202,10 +202,6 @@ if (NOT SKIP_TESTS)
set(SKIP_TESTS FALSE)
endif()
if (NOT SKIP_TOOLS)
set(SKIP_TOOLS FALSE)
endif()
if (NOT PYTHON_VERSION)
# FDroid build server has 3.5.3 Python installed.
set(PYTHON_VERSION 3.5)