Merge pull request #364 from ferdnyc/find-python-order

Reverse order of Python detection
This commit is contained in:
Frank Dana
2019-11-17 01:43:54 -05:00
committed by GitHub

View File

@@ -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