build_files: bump python version in FindPythonLibsUnix.cmake to 3.7 now that all platforms have been updated

This commit is contained in:
Ray molenkamp 2018-09-17 13:45:12 -06:00
parent d2161d6463
commit 51ac494f21
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ IF(NOT PYTHON_ROOT_DIR AND NOT $ENV{PYTHON_ROOT_DIR} STREQUAL "")
SET(PYTHON_ROOT_DIR $ENV{PYTHON_ROOT_DIR})
ENDIF()
SET(PYTHON_VERSION 3.6 CACHE STRING "Python Version (major and minor only)")
SET(PYTHON_VERSION 3.7 CACHE STRING "Python Version (major and minor only)")
MARK_AS_ADVANCED(PYTHON_VERSION)