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 _______________________________________________ Bf-blender-cvs mailing list [email protected] http://lists.blender.org/mailman/listinfo/bf-blender-cvs
