spot / rpms / OpenColorIO

Forked from rpms/OpenColorIO 4 years ago
Clone
7d594e5
diff -Naur imageworks-OpenColorIO-b3cb224.orig/src/apps/ociocheck/CMakeLists.txt imageworks-OpenColorIO-b3cb224/src/apps/ociocheck/CMakeLists.txt
7d594e5
--- imageworks-OpenColorIO-b3cb224.orig/src/apps/ociocheck/CMakeLists.txt	2012-04-17 19:08:16.000000000 -0500
7d594e5
+++ imageworks-OpenColorIO-b3cb224/src/apps/ociocheck/CMakeLists.txt	2012-05-04 15:00:26.292732699 -0500
7d594e5
@@ -12,6 +12,7 @@
7d594e5
 
7d594e5
 target_link_libraries(ociocheck
7d594e5
     OpenColorIO
7d594e5
+    ${YAML_CPP_LIBRARIES}
7d594e5
     )
7d594e5
 
7d594e5
 install(TARGETS ociocheck DESTINATION ${CMAKE_INSTALL_EXEC_PREFIX}/bin)