Skip to content
Snippets Groups Projects
Commit 930b8822 authored by Amin Bandali's avatar Amin Bandali
Browse files

Revert "build: Make Python a required dependency."

This reverts commit a2e8238b.

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
parent b3788e00
No related branches found
No related tags found
No related merge requests found
......@@ -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}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment