mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
Update CMakeLists.txt
If you want to compile for OpenElec on Raspberry Pi, you must use Python 2.7 Former-commit-id: 813a997161461b90626359e2e23149f8fab59fbf
This commit is contained in:
parent
dea32ebc2b
commit
63e150756d
@ -1,5 +1,7 @@
|
|||||||
|
|
||||||
find_package(PythonLibs REQUIRED)
|
find_package(PythonLibs REQUIRED)
|
||||||
|
#OpenElec uses 2.7, if you want to compile for OpenElec require 2.7
|
||||||
|
#find_package(PythonLibs 2.7 REQUIRED)
|
||||||
|
|
||||||
# Include the python directory. Also include the parent (which is for example /usr/include)
|
# Include the python directory. Also include the parent (which is for example /usr/include)
|
||||||
# which may be required when it is not includes by the (cross-) compiler by default.
|
# which may be required when it is not includes by the (cross-) compiler by default.
|
||||||
|
Loading…
Reference in New Issue
Block a user