Merge branch 'FindPythonInterp-Fix-1.4' into release
This commit is contained in:
commit
8c9ff4f1a6
|
@ -148,8 +148,8 @@ if(PYTHON_EXECUTABLE)
|
||||||
# this is older.
|
# this is older.
|
||||||
set(PYTHON_VERSION_STRING "1.4")
|
set(PYTHON_VERSION_STRING "1.4")
|
||||||
set(PYTHON_VERSION_MAJOR "1")
|
set(PYTHON_VERSION_MAJOR "1")
|
||||||
set(PYTHON_VERSION_MAJOR "4")
|
set(PYTHON_VERSION_MINOR "4")
|
||||||
set(PYTHON_VERSION_MAJOR "0")
|
set(PYTHON_VERSION_PATCH "0")
|
||||||
endif()
|
endif()
|
||||||
endif()
|
endif()
|
||||||
unset(_PYTHON_VERSION_RESULT)
|
unset(_PYTHON_VERSION_RESULT)
|
||||||
|
|
Loading…
Reference in New Issue