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>2011-02-15 22:04:51 +0300
committerCampbell Barton <ideasman42@gmail.com>2011-02-15 22:04:51 +0300
commitc461a7ea4df3f69722240a1ecc5f7501ce2c8611 (patch)
tree707050ad519960b540d2a7805794f7bc873270af /extern/CMakeLists.txt
parent7fba9eab470783775561308683a839f0aa64f9fb (diff)
patch from IRIE Shinsuke, use systems openjpeg on *nix.
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 cdbfa3e0dff..52b804b7bfc 100644
--- a/extern/CMakeLists.txt
+++ b/extern/CMakeLists.txt
@@ -37,7 +37,7 @@ endif()
add_subdirectory(glew)
-if(WITH_IMAGE_OPENJPEG)
+if(WITH_IMAGE_OPENJPEG AND (NOT UNIX OR APPLE))
add_subdirectory(libopenjpeg)
endif()