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:
authorBrecht Van Lommel <brechtvanlommel@gmail.com>2018-08-30 15:20:19 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2018-09-11 13:45:05 +0300
commita1651ddc98ec760e522ea2ea8169b726661fa2e6 (patch)
tree9a8fa5b751f9b27380de9b3dde35f93086deda0b /extern/CMakeLists.txt
parentbf8aac0d491ae7ea9c52c5911f61f041cfffdafc (diff)
Build: require OpenJPEG 2.x minimum, remove bundled version.
* WITH_SYSTEM_OPENJPEG is removed and is now always on, this was already the case for macOS and Windows. * This should not break existing Linx builds. If there is no new enough OpenJPEG installed, CMake will no find libopenjp2 and WITH_IMAGE_OPENJPEG will be disabled. * install_deps.sh was updated with new package names, since distributions put this version in a new package. Differential Revision: https://developer.blender.org/D3663
Diffstat (limited to 'extern/CMakeLists.txt')
-rw-r--r--extern/CMakeLists.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/extern/CMakeLists.txt b/extern/CMakeLists.txt
index 2e8589ffd17..5e89ecc1d92 100644
--- a/extern/CMakeLists.txt
+++ b/extern/CMakeLists.txt
@@ -67,10 +67,6 @@ if(WITH_GAMEENGINE)
add_subdirectory(recastnavigation)
endif()
-if(WITH_IMAGE_OPENJPEG AND (NOT WITH_SYSTEM_OPENJPEG))
- add_subdirectory(libopenjpeg)
-endif()
-
if(WITH_LZO AND NOT WITH_SYSTEM_LZO)
add_subdirectory(lzo)
endif()