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:
Diffstat (limited to 'build_files/cmake/platform/platform_apple.cmake')
-rw-r--r--build_files/cmake/platform/platform_apple.cmake5
1 files changed, 0 insertions, 5 deletions
diff --git a/build_files/cmake/platform/platform_apple.cmake b/build_files/cmake/platform/platform_apple.cmake
index b4f201e1959..09a9a6052d2 100644
--- a/build_files/cmake/platform/platform_apple.cmake
+++ b/build_files/cmake/platform/platform_apple.cmake
@@ -434,11 +434,6 @@ if(WITH_HARU)
message(WARNING "Haru not found, disabling WITH_HARU")
set(WITH_HARU OFF)
endif()
- if(NOT WITH_IMAGE_TIFF)
- # Some symbols in libharu are provided by libtiff.
- message(WARNING "WITH_IMAGE_TIFF not enabled, disabling WITH_HARU")
- set(WITH_HARU OFF)
- endif()
endif()
if(EXISTS ${LIBDIR})