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
path: root/source
diff options
context:
space:
mode:
authorBrecht Van Lommel <brechtvanlommel@pandora.be>2012-11-27 21:30:46 +0400
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2012-11-27 21:30:46 +0400
commit5a6d6952185134d4ae66edd01f79bedb5d731a2c (patch)
treef35ad3bcb6a2ba719ed840338eedfe386b088aaf /source
parentc0a78307335bf29f8b799402285947ab2d04173f (diff)
CMake: hide some unnecessary LLVM/OSL/EXR prints.
Diffstat (limited to 'source')
-rw-r--r--source/blender/imbuf/intern/openexr/CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/imbuf/intern/openexr/CMakeLists.txt b/source/blender/imbuf/intern/openexr/CMakeLists.txt
index 6c428afe535..d5cb8e8a3b6 100644
--- a/source/blender/imbuf/intern/openexr/CMakeLists.txt
+++ b/source/blender/imbuf/intern/openexr/CMakeLists.txt
@@ -52,6 +52,4 @@ if(WITH_IMAGE_OPENEXR)
add_definitions(-DWITH_OPENEXR)
endif()
-message(STATUS "EXR ${INC_SYS}")
-
blender_add_lib(bf_imbuf_openexr "${SRC}" "${INC}" "${INC_SYS}")