[Bf-blender-cvs] [278871d] master: error in last commit

Campbell Barton noreply at git.blender.org
Fri Mar 13 12:46:31 CET 2015


Commit: 278871db5bdef68cf128dd01fb9c722db55054e3
Author: Campbell Barton
Date:   Fri Mar 13 22:46:15 2015 +1100
Branches: master
https://developer.blender.org/rB278871db5bdef68cf128dd01fb9c722db55054e3

error in last commit

===================================================================

M	CMakeLists.txt

===================================================================

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 1a0beb5..5df6d79 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




More information about the Bf-blender-cvs mailing list