Remove unneeded patch.

This commit is contained in:
Richard M. Shaw 2012-06-15 13:13:33 -05:00
parent 7192f58d6d
commit b8ff60b706
1 changed files with 0 additions and 11 deletions

View File

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