diff --git a/cmake/FindKAKADU.cmake b/cmake/FindKAKADU.cmake index 3e0409df..0564a0e6 100644 --- a/cmake/FindKAKADU.cmake +++ b/cmake/FindKAKADU.cmake @@ -1,9 +1,9 @@ # -# this module looks for KAKADu +# this module looks for KAKADU # http://www.kakadusoftware.com/ # # -# Copyright (c) 2006-2011 Mathieu Malaterre +# Copyright (c) 2006-2014 Mathieu Malaterre # # Redistribution and use is allowed according to the terms of the New # BSD license. @@ -14,6 +14,11 @@ find_program(KDU_EXPAND_EXECUTABLE kdu_expand ) +find_program(KDU_COMPRESS_EXECUTABLE + kdu_compress + ) + mark_as_advanced( KDU_EXPAND_EXECUTABLE + KDU_COMPRESS_EXECUTABLE )