Line 0
Link Here
|
|
|
1 |
--- cmake/modules/FindPython3Libs.cmake.orig 2019-09-13 18:07:41 UTC |
2 |
+++ cmake/modules/FindPython3Libs.cmake |
3 |
@@ -101,7 +101,7 @@ endif() |
4 |
# To avoid picking up the system Python.h pre-maturely. |
5 |
set(CMAKE_FIND_FRAMEWORK LAST) |
6 |
|
7 |
-set(_PYTHON3_VERSIONS 3.6 3.5 3.4 3.3 3.2 3.1 3.0) |
8 |
+set(_PYTHON3_VERSIONS 3.8 3.7 3.6 3.5 3.4 3.3 3.2 3.1 3.0) |
9 |
|
10 |
if(Python3Libs_FIND_VERSION) |
11 |
if(Python3Libs_FIND_VERSION_COUNT GREATER 1) |