mirror of
https://github.com/savoirfairelinux/jami-client-qt.git
synced 2025-12-18 16:44:52 +08: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:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user