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>2016-05-18 19:04:58 +0300
committerCampbell Barton <ideasman42@gmail.com>2016-05-19 00:12:14 +0300
commit20678138f754bc06d406ed4df7d86613f379e5a0 (patch)
tree17b14ac472381bdc4d88a6359364de04dd4ce278 /CMakeLists.txt
parent6988061bf1258fe583ea2d95bc26572477709868 (diff)
Cleanup: CMake indentation
Also remove outdated comment
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt15
1 files changed, 0 insertions, 15 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 5401262b940..408cf22035c 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -823,21 +823,6 @@ set(PLATFORM_LINKFLAGS "")
set(PLATFORM_LINKFLAGS_DEBUG "")
-# For alternate Python locations the commandline can be used to override detected/default cache settings, e.g:
-# On Unix:
-# cmake ../blender \
-# -D PYTHON_VERSION=3.5 \
-# -D PYTHON_INCLUDE_DIR=/opt/py35/include/python3.5d \
-# -D PYTHON_LIBRARY=/opt/py35/lib/libpython3.5d.so
-#
-# On Macs:
-# cmake ../blender \
-# -D PYTHON_INCLUDE_DIR=/System/Library/Frameworks/Python.framework/Versions/3.5/include/python3.5 \
-# -D PYTHON_LIBPATH=/System/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/config \
-# -G Xcode
-#
-# When changing any of this remember to update the notes in doc/build_systems/cmake.txt
-
#-----------------------------------------------------------------------------
#Platform specifics