cmake/options: enablr retdectool only if RETDEC_DEV_TOOLS set

This commit is contained in:
Peter Matula 2020-04-06 19:35:58 +02:00
parent c4cb8214b3
commit db2abb22fc

View File

@ -233,8 +233,10 @@ set_if_at_least_one_set(RETDEC_ENABLE_MACHO_EXTRACTORTOOL
set_if_at_least_one_set(RETDEC_ENABLE_PAT2YARA
RETDEC_ENABLE_ALL)
set_if_at_least_one_set(RETDEC_ENABLE_RETDECTOOL
RETDEC_ENABLE_ALL)
if(RETDEC_DEV_TOOLS)
set_if_at_least_one_set(RETDEC_ENABLE_RETDECTOOL
RETDEC_ENABLE_ALL)
endif()
set_if_at_least_one_set(RETDEC_ENABLE_STACOFINTOOL
RETDEC_ENABLE_ALL)