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:
parent
b3788e0082
commit
930b882246
1 changed files with 0 additions and 1 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Reference in a new issue