Update kakadu cmake module

This commit is contained in:
Mathieu Malaterre 2014-02-07 10:37:06 +00:00
parent ff1a30d80a
commit caf4e46e06
1 changed files with 7 additions and 2 deletions

View File

@ -1,9 +1,9 @@
# #
# this module looks for KAKADu # this module looks for KAKADU
# http://www.kakadusoftware.com/ # http://www.kakadusoftware.com/
# #
# #
# Copyright (c) 2006-2011 Mathieu Malaterre <mathieu.malaterre@gmail.com> # Copyright (c) 2006-2014 Mathieu Malaterre <mathieu.malaterre@gmail.com>
# #
# Redistribution and use is allowed according to the terms of the New # Redistribution and use is allowed according to the terms of the New
# BSD license. # BSD license.
@ -14,6 +14,11 @@ find_program(KDU_EXPAND_EXECUTABLE
kdu_expand kdu_expand
) )
find_program(KDU_COMPRESS_EXECUTABLE
kdu_compress
)
mark_as_advanced( mark_as_advanced(
KDU_EXPAND_EXECUTABLE KDU_EXPAND_EXECUTABLE
KDU_COMPRESS_EXECUTABLE
) )