cmake: fix windows debug build

debug library for yaml-cpp was set to an incorrect name
This commit is contained in:
Ray molenkamp 2022-12-07 09:22:32 -07:00
parent 2ffc9b72ad
commit d384ad38bc
1 changed files with 1 additions and 1 deletions

View File

@ -663,7 +663,7 @@ if(WITH_OPENCOLORIO)
debug ${OPENCOLORIO_LIBPATH}/OpencolorIO_d.lib
debug ${OPENCOLORIO_LIBPATH}/libexpatdMD.lib
debug ${OPENCOLORIO_LIBPATH}/pystring_d.lib
debug ${OPENCOLORIO_LIBPATH}/yaml-cppd.lib
debug ${OPENCOLORIO_LIBPATH}/libyaml-cpp_d.lib
)
set(OPENCOLORIO_DEFINITIONS "-DOpenColorIO_SKIP_IMPORTS")
else()