1
0
Fork 0
mirror of https://git.jami.net/savoirfairelinux/jami-client-qt.git synced 2025-07-12 19:45:23 +02:00

Revert "build: Make Python a required dependency."

This reverts commit a2e8238be5.

Reason for revert: breaks build on systems that symlink
/usr/bin/python to Python 2 rather than Python 3 -- for example,
Ubuntu 18.04.

Change-Id: Ia58fb4d9b337e65d0a7118ecbaa7e22e4b4619c2
This commit is contained in:
Amin Bandali 2021-10-06 10:35:31 -04:00
parent b3788e0082
commit 930b882246

View file

@ -30,7 +30,6 @@ file(GLOB_RECURSE
${PROJECT_SOURCE_DIR}/resources/*
)
include(FindPythonInterp)
find_package(PythonInterp 3 REQUIRED)
execute_process(
COMMAND ${PYTHON_EXECUTABLE} ${PROJECT_SOURCE_DIR}/gen-resources.py
WORKING_DIRECTORY ${PROJECT_SOURCE_DIR}