[trunk] Start FolderReorgProposal task
[openjpeg.git] / cmake / FindKAKADU.cmake
1 #
2 # this module looks for KAKADu
3 # http://www.kakadusoftware.com/
4 #
5 #
6 #  Copyright (c) 2006-2011 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 mark_as_advanced(
18   KDU_EXPAND_EXECUTABLE
19   )