mirror of
https://github.com/avast/retdec.git
synced 2025-03-02 18:56:51 +00:00
cmake/options: enablr retdectool only if RETDEC_DEV_TOOLS set
This commit is contained in:
parent
c4cb8214b3
commit
db2abb22fc
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user