Update for release 2.3.1
[openjpeg.git] / cmake / FindKAKADU.cmake
1 #
2 # this module looks for KAKADU
3 # http://www.kakadusoftware.com/
4 #
5 #
6 #  Copyright (c) 2006-2014 Mathieu Malaterre <mathieu.malaterre@gmail.com>
7 #
8 #  Redistribution and use is allowed according to the terms of the New
9 #  BSD license.
10 #  For details see the accompanying COPYING-CMAKE-SCRIPTS file.
11 #
12
13 find_program(KDU_EXPAND_EXECUTABLE
14   kdu_expand
15   )
16
17 find_program(KDU_COMPRESS_EXECUTABLE
18   kdu_compress
19   )
20
21 mark_as_advanced(
22   KDU_EXPAND_EXECUTABLE
23   KDU_COMPRESS_EXECUTABLE
24   )