From 37f9d5248646bfecb03efc8531402f974dba1cfc Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sat, 17 Mar 2012 18:33:51 +0000 Subject: dont disable python when addons aren't found (addons are not needed for python to run) --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) 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() -- cgit v1.2.3