diff options
author | Brad King <brad.king@kitware.com> | 2014-12-02 15:22:50 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2014-12-02 15:22:50 (GMT) |
commit | 8c9ff4f1a6fb801aee0943c3843e52857f2d2eba (patch) | |
tree | 954fde9341c3d29ccb07e9db4c3707b779b5c976 /Modules | |
parent | b85cd1bd69fcd4320ea05457e8f2254906b102be (diff) | |
parent | 4c8c3ba912fcca9d9154365d0757ce14b3be0670 (diff) | |
download | CMake-8c9ff4f1a6fb801aee0943c3843e52857f2d2eba.zip CMake-8c9ff4f1a6fb801aee0943c3843e52857f2d2eba.tar.gz CMake-8c9ff4f1a6fb801aee0943c3843e52857f2d2eba.tar.bz2 |
Merge branch 'FindPythonInterp-Fix-1.4' into release
Diffstat (limited to 'Modules')
-rw-r--r-- | Modules/FindPythonInterp.cmake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Modules/FindPythonInterp.cmake b/Modules/FindPythonInterp.cmake index 5e5c7b9..8784e18 100644 --- a/Modules/FindPythonInterp.cmake +++ b/Modules/FindPythonInterp.cmake @@ -148,8 +148,8 @@ if(PYTHON_EXECUTABLE) # this is older. set(PYTHON_VERSION_STRING "1.4") set(PYTHON_VERSION_MAJOR "1") - set(PYTHON_VERSION_MAJOR "4") - set(PYTHON_VERSION_MAJOR "0") + set(PYTHON_VERSION_MINOR "4") + set(PYTHON_VERSION_PATCH "0") endif() endif() unset(_PYTHON_VERSION_RESULT) |