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:33:31 +0300
committerCampbell Barton <ideasman42@gmail.com>2015-03-13 14:36:01 +0300
commitbb825d02f8570c408f4266dfa4eff53d2d0bf4f6 (patch)
tree3c452fcb5497c8c72a1fd8ebf7f109e5a89055a6 /extern/CMakeLists.txt
parent61eab743f1377fdfcf44f2e4928290a3fc4ccfea (diff)
CMake: unbundle LZO library
Patch T41989 by @hasufell
Diffstat (limited to 'extern/CMakeLists.txt')
-rw-r--r--extern/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/extern/CMakeLists.txt b/extern/CMakeLists.txt
index 0ea8aa102e3..110c88f8e4a 100644
--- a/extern/CMakeLists.txt
+++ b/extern/CMakeLists.txt
@@ -66,7 +66,7 @@ if(WITH_IMAGE_REDCODE)
add_subdirectory(libredcode)
endif()
-if(WITH_LZO)
+if(WITH_LZO AND NOT WITH_SYSTEM_LZO)
add_subdirectory(lzo)
endif()