cmake: require ocio 2.1.1

This commit is contained in:
itsmattkc
2022-04-07 16:49:05 -07:00
parent e0bfbf12b2
commit fb9034023c
+1 -1
View File
@@ -74,7 +74,7 @@ find_package(OpenGL REQUIRED)
list(APPEND OLIVE_LIBRARIES OpenGL::GL)
# Link OpenColorIO
find_package(OpenColorIO 2.0.0 REQUIRED)
find_package(OpenColorIO 2.1.1 REQUIRED)
list(APPEND OLIVE_LIBRARIES ${OCIO_LIBRARIES})
list(APPEND OLIVE_INCLUDE_DIRS ${OCIO_INCLUDE_DIRS})