CMake: Only build xzdec if decoders are enabled.

This commit is contained in:
Jia Tan 2023-03-24 20:05:59 +08:00
parent 116e81f002
commit ddfe164368
1 changed files with 1 additions and 1 deletions

View File

@ -887,7 +887,7 @@ check_symbol_exists(getopt_long getopt.h HAVE_GETOPT_LONG)
# xzdec
#############################################################################
if(HAVE_GETOPT_LONG)
if(HAVE_GETOPT_LONG AND HAVE_DECODERS)
add_executable(xzdec
src/common/sysdefs.h
src/common/tuklib_common.h