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>2015-03-13 14:46:15 +0300
committerCampbell Barton <ideasman42@gmail.com>2015-03-13 14:46:15 +0300
commit278871db5bdef68cf128dd01fb9c722db55054e3 (patch)
tree5f83e75cd2e1848ad5e5a4b441295b128f5be183 /CMakeLists.txt
parentbb825d02f8570c408f4266dfa4eff53d2d0bf4f6 (diff)
error in last commit
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 1a0beb53f5f..5df6d799593 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -310,7 +310,7 @@ endif()
option(WITH_LZO "Enable fast LZO compression (used for pointcache)" ON)
option(WITH_LZMA "Enable best LZMA compression, (used for pointcache)" ON)
if(UNIX AND NOT APPLE)
- option(WITH_SYSTEM_LZO "Use the system LZO library" ON)
+ option(WITH_SYSTEM_LZO "Use the system LZO library" OFF)
endif()
# Camera/motion tracking