Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2013-07-10 13:40:49 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-07-10 13:40:49 +0400
commit6ebfdd8dc33264ca5f172065a5b1f3803eddf20a (patch)
treef80eae41c41001d7fe5961d0abc245d856a610c1 /build_files
parent24a3fc5a6bf324950d6a35657abb3be6e3a38f73 (diff)
remove reference to wrong python version in comments & pedantic style edit.
Diffstat (limited to 'build_files')
-rw-r--r--build_files/cmake/Modules/FindPythonLibsUnix.cmake8
1 files changed, 5 insertions, 3 deletions
diff --git a/build_files/cmake/Modules/FindPythonLibsUnix.cmake b/build_files/cmake/Modules/FindPythonLibsUnix.cmake
index 1dffd54fed1..82f74373b8b 100644
--- a/build_files/cmake/Modules/FindPythonLibsUnix.cmake
+++ b/build_files/cmake/Modules/FindPythonLibsUnix.cmake
@@ -2,9 +2,11 @@
# Find the native Python includes and library
#
# Note:, This is not _yet_ intended to be a general python module for other
-# projects to use since its hard coded to python 3.2 as blender only supports
-# a single python version.
-# This is for blender/unix python only.
+# projects to use since its hard coded to fixed Python version
+# as Blender only supports a single Python version at the moment.
+#
+# Note:
+# this is for Blender/Unix Python only.
#
# This module defines
# PYTHON_VERSION