[cmake] Remove repeated check
Signed-off-by: Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@fastmail.net>
This commit is contained in:
parent
595a9cd359
commit
f34f28a490
1 changed files with 0 additions and 4 deletions
|
@ -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)
|
||||
|
|
Reference in a new issue