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:
authorDalai Felinto <dfelinto@gmail.com>2013-10-11 20:48:42 +0400
committerDalai Felinto <dfelinto@gmail.com>2013-10-11 20:48:42 +0400
commitacc69980078e47d2eb8253bad3dbea7de9fd99a6 (patch)
treea0ee56aea9d0083e125d9f60f93778e14b16ae51 /CMakeLists.txt
parent6549c1bf2905c22a73eb35ece43409a63068d38d (diff)
adding url for openimageio project in CMake file (OpenEXR and OpenJpeg do the same)
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 1001b3515b8..bf8304629ae 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -203,7 +203,7 @@ option(WITH_MOD_REMESH "Enable Remesh Modifier" ON)
option(WITH_MOD_OCEANSIM "Enable Ocean Modifier" OFF)
# Image format support
-option(WITH_IMAGE_OPENIMAGEIO "Enable OpenImageIO Support" OFF)
+option(WITH_IMAGE_OPENIMAGEIO "Enable OpenImageIO Support (http://www.openimageio.org)" OFF)
option(WITH_IMAGE_OPENEXR "Enable OpenEXR Support (http://www.openexr.com)" ON)
option(WITH_IMAGE_OPENJPEG "Enable OpenJpeg Support (http://www.openjpeg.org)" ON)
option(WITH_IMAGE_TIFF "Enable LibTIFF Support" ON)