From d4e5366fe64828c16c695e763e71e1b09dc68314 Mon Sep 17 00:00:00 2001 From: Mathieu Malaterre Date: Fri, 2 Dec 2011 15:30:19 +0000 Subject: Simplify code. Use standard find_package call instead. ctest script will need to handle this now --- CMake/FindKAKADU.cmake | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 CMake/FindKAKADU.cmake (limited to 'CMake') diff --git a/CMake/FindKAKADU.cmake b/CMake/FindKAKADU.cmake new file mode 100644 index 00000000..763304d6 --- /dev/null +++ b/CMake/FindKAKADU.cmake @@ -0,0 +1,19 @@ +# +# this module looks for KAKADu +# http://www.kakadusoftware.com/ +# +# +# Copyright (c) 2006-2011 Mathieu Malaterre +# +# Redistribution and use is allowed according to the terms of the New +# BSD license. +# For details see the accompanying COPYING-CMAKE-SCRIPTS file. +# + +FIND_PROGRAM(KDU_EXPAND_EXECUTABLE + kdu_expand + ) + +MARK_AS_ADVANCED( + KDU_EXPAND_EXECUTABLE + ) -- cgit v1.2.3