mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-03 07:33:49 +01:00
Allow building Tenacity without Conan
Conan can still be used, but it is fully optional. This should help packagers a lot. Signed-off-by: Edgar <Edgar@AnotherFoxGuy.com>
This commit is contained in:
@@ -50,7 +50,7 @@ if( ${_OPT}use_wxwidgets STREQUAL "system" )
|
||||
endif()
|
||||
|
||||
target_compile_definitions( wxwidgets::wxwidgets INTERFACE
|
||||
${wxWidgets_DEFINITIONS_GENERAL}
|
||||
${wxWidgets_DEFINITIONS_GENERAL} ${wxWidgets_DEFINITIONS}
|
||||
$<$<CONFIG:Debug>:
|
||||
${wxWidgets_DEFINITIONS_DEBUG}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user