diff options
Diffstat (limited to 'ConfigureChecks.cmake')
-rw-r--r-- | ConfigureChecks.cmake | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake index 8d86a1c..d127d33 100644 --- a/ConfigureChecks.cmake +++ b/ConfigureChecks.cmake @@ -27,11 +27,13 @@ if( WITH_GCC_VISIBILITY ) tde_setup_gcc_visibility( ) endif( WITH_GCC_VISIBILITY ) + ##### enable code tracing if( WITH_TRACING ) add_definitions( -DENABLE_TRACING ) endif ( ) + # check required packages pkg_search_module( XMU xmu ) if( NOT XMU_FOUND ) |