summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorMathieu Malaterre <mathieu.malaterre@gmail.com>2011-12-02 15:30:19 +0000
committerMathieu Malaterre <mathieu.malaterre@gmail.com>2011-12-02 15:30:19 +0000
commitd4e5366fe64828c16c695e763e71e1b09dc68314 (patch)
tree36fceb8c026163e2e7e74c22ab907b19514d4aee /CMakeLists.txt
parentd7388d7e80b8d18090feca89c67e38a5d190fcbd (diff)
Simplify code. Use standard find_package call instead. ctest script will need to handle this now
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt9
1 files changed, 0 insertions, 9 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 61b02ee4..dafe44b6 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -224,15 +224,6 @@ IF(BUILD_TESTING)
${CMAKE_SOURCE_DIR}/../data
)
- # For encoding tests we need the path to the ref decoder exe/lib (kakadu)
- FIND_PROGRAM(REF_DECODER_BIN
- NAMES kdu_expand
- DOC "Kakadu kdu_expand program used in encoder non-regression testing")
- IF(REF_DECODER_BIN)
- GET_FILENAME_COMPONENT(REF_DECODER_BIN_PATH ${REF_DECODER_BIN} PATH CACHE)
- MARK_AS_ADVANCED(REF_DECODER_BIN_PATH)
- ENDIF(REF_DECODER_BIN)
-
# Add repository where to find tests
ADD_SUBDIRECTORY(tests)