mirror of
https://git.jami.net/savoirfairelinux/jami-client-qt.git
synced 2025-08-21 07:05:59 +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/*
|
${PROJECT_SOURCE_DIR}/resources/*
|
||||||
)
|
)
|
||||||
include(FindPythonInterp)
|
include(FindPythonInterp)
|
||||||
find_package(PythonInterp 3 REQUIRED)
|
|
||||||
execute_process(
|
execute_process(
|
||||||
COMMAND ${PYTHON_EXECUTABLE} ${PROJECT_SOURCE_DIR}/gen-resources.py
|
COMMAND ${PYTHON_EXECUTABLE} ${PROJECT_SOURCE_DIR}/gen-resources.py
|
||||||
WORKING_DIRECTORY ${PROJECT_SOURCE_DIR}
|
WORKING_DIRECTORY ${PROJECT_SOURCE_DIR}
|
||||||
|
|
Loading…
Add table
Reference in a new issue