mirror of
https://github.com/mikeoliphant/neural-amp-modeler-lv2.git
synced 2026-06-22 20:07:31 +02:00
Cmake message for smart bypass
This commit is contained in:
@@ -58,6 +58,9 @@ option(SMART_BYPASS_ENABLED "Enable auto-bypass on silence" OFF)
|
|||||||
|
|
||||||
if (SMART_BYPASS_ENABLED)
|
if (SMART_BYPASS_ENABLED)
|
||||||
add_definitions(-DSMART_BYPASS_ENABLED)
|
add_definitions(-DSMART_BYPASS_ENABLED)
|
||||||
|
message(STATUS "Smart Bypass enabled")
|
||||||
|
else()
|
||||||
|
message(STATUS "Smart Bypass enabled")
|
||||||
endif (SMART_BYPASS_ENABLED)
|
endif (SMART_BYPASS_ENABLED)
|
||||||
|
|
||||||
set_target_properties(neural_amp_modeler
|
set_target_properties(neural_amp_modeler
|
||||||
|
|||||||
Reference in New Issue
Block a user