]> git.pld-linux.org Git - packages/OpenColorIO.git/blame - OpenColorIO-oiio.patch
- back to 0.1 for bootstrap build without oiio
[packages/OpenColorIO.git] / OpenColorIO-oiio.patch
CommitLineData
b9df10ac
JB
1--- OpenColorIO-1.1.0/CMakeLists.txt.orig 2018-06-26 19:16:47.136820152 +0200
2+++ OpenColorIO-1.1.0/CMakeLists.txt 2018-06-26 19:59:46.266790685 +0200
3@@ -460,7 +460,11 @@
4 if(OCIO_BUILD_APPS AND (OCIO_BUILD_STATIC OR OCIO_BUILD_SHARED) )
5
6 # Try to find OpenImageIO (OIIO) and OpenGL stuff
7+ if(DISABLE_OIIO)
8+ set(OIIO_FOUND FALSE)
9+ else()
10 OCIOFindOpenImageIO()
11+ endif()
12
13 if(OIIO_FOUND)
14 add_subdirectory(src/apps/ocioconvert)
This page took 0.121738 seconds and 4 git commands to generate.