cmake: add ocio fallback

This commit is contained in:
itsmattkc
2021-09-01 11:32:18 -07:00
parent 6ae368df85
commit 03ad618f67
+3
View File
@@ -59,6 +59,9 @@ find_library(OCIO_LIBRARY
# OpenColorIO_2_x.lib (Windows)
OpenColorIO_2_1
OpenColorIO_2_0
# Fallback (MingW/MSYS needs this)
OpenColorIO
HINTS
"${OCIO_LOCATION}"
"$ENV{OCIO_LOCATION}"