Skip to content

Commit

Permalink
deps(yaml-cpp): specify that yaml-cpp is a dependency of OCIO
Browse files Browse the repository at this point in the history
I'm not sure if this actually affects anything, since OCIO is a required dependency of OIIO; but if OCIO doesn't need to be built, then neither does yaml-cpp.

Signed-off-by: Zach Lewis <[email protected]>
  • Loading branch information
zachlewis committed Sep 17, 2024
1 parent 889e46d commit f5e118d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/cmake/externalpackages.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,9 @@ checked_find_package (Freetype
DEFINITIONS USE_FREETYPE=1 )

checked_find_package (yaml-cpp
VERSION_MIN 0.6.0 ) # Used by OpenColorIO
VERSION_MIN 0.6.0
ISDEPOF OpenColorIO
) # Used by OpenColorIO

checked_find_package (OpenColorIO REQUIRED
VERSION_MIN 2.2
Expand Down

0 comments on commit f5e118d

Please sign in to comment.