You've already forked libopenshot
mirror of
https://github.com/OpenShot/libopenshot.git
synced 2026-03-02 08:53:52 -08:00
Merge pull request #364 from ferdnyc/find-python-order
Reverse order of Python detection
This commit is contained in:
@@ -37,8 +37,8 @@ if (POLICY CMP0086)
|
||||
cmake_policy(SET CMP0086 OLD)
|
||||
endif()
|
||||
|
||||
FIND_PACKAGE(PythonLibs 3)
|
||||
FIND_PACKAGE(PythonInterp 3)
|
||||
FIND_PACKAGE(PythonLibs 3)
|
||||
if (PYTHONLIBS_FOUND AND PYTHONINTERP_FOUND)
|
||||
|
||||
### Include Python header files
|
||||
|
||||
Reference in New Issue
Block a user