diff options
author | Marius Kintel <marius@kintel.net> | 2011-12-05 22:57:42 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2011-12-06 00:17:03 (GMT) |
commit | d392ee33f6eb57d2d08a7a7703fb9118aa82698c (patch) | |
tree | 42ccf7f3c026043dca7d48ae8e9a721e28c6ad07 /tests | |
parent | faf4a6485143a9b0d1bbc45ddb32ac1bcd111946 (diff) |
Commented out yee_compare
Diffstat (limited to 'tests')
-rw-r--r-- | tests/CMakeLists.txt | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 624346b..29f8b25 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -296,9 +296,8 @@ target_link_libraries(echotest tests-nocgal tests-core ${QT_LIBRARIES} ${OPENGL_ # # Yangli Hector Yee's PerceptualDiff code -# - -add_executable(yee_compare yee_compare.cpp lodepng.cpp) +# FIXME: Disabled since we use ImageMagick now. Eventually remove this and the files. +# add_executable(yee_compare yee_compare.cpp lodepng.cpp) # # dumptest |