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>2012-03-17 22:33:51 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-03-17 22:33:51 +0400
commit37f9d5248646bfecb03efc8531402f974dba1cfc (patch)
treef8b38069dec0b096e382f2de522fb0c955b201a7 /CMakeLists.txt
parent8d3e79ddc96a45ee6741de488a8d643e016948e9 (diff)
dont disable python when addons aren't found (addons are not needed for python to run)
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 436fe97c677..189e4ad5665 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -382,7 +382,6 @@ if(WITH_PYTHON)
message(WARNING "Addons path '${CMAKE_SOURCE_DIR}/release/scripts/addons' is missing, "
"This is an 'svn external', which are known not to work with bridges to other version "
"control systems: * CONTINUING WITHOUT ADDONS *")
- set(WITH_PYTHON OFF)
endif()
endif()