diff options
author | Determinant <[email protected]> | 2018-07-31 13:09:50 -0400 |
---|---|---|
committer | Determinant <[email protected]> | 2018-07-31 13:09:50 -0400 |
commit | c9faab354fb314bacd9849503d8b4566a8c9ea62 (patch) | |
tree | 7151c3cf4d3fccef35f04e9852d2abe17d238715 /include | |
parent | d2de1d9a704fc4b23e9a9fb8d610620d6d4752c1 (diff) |
add cmake options
Diffstat (limited to 'include')
-rw-r--r-- | include/salticidae/util.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/salticidae/util.h b/include/salticidae/util.h index e589693..39a3683 100644 --- a/include/salticidae/util.h +++ b/include/salticidae/util.h @@ -84,12 +84,12 @@ class Logger { extern Logger logger; -#ifdef SALTICIDAE_ENABLE_DEBUG_LOG +#ifdef SALTICIDAE_DEBUG_LOG #define SALTICIDAE_NORMAL_LOG #define SALTICIDAE_ENABLE_LOG_DEBUG #endif -#ifdef SALTICIDAE_ENABLE_NORMAL_LOG +#ifdef SALTICIDAE_NORMAL_LOG #define SALTICIDAE_ENABLE_LOG_INFO #define SALTICIDAE_ENABLE_LOG_WARN #endif |