mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-24 05:55:59 +03:00
Add a switch LOG_TO_CALLBACK for cmake to enable callback logging.
This commit is contained in:
parent
5ac721920c
commit
dc3055e429
2 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
|||
option(WITH_LOG4C "Build csync without log4c" ON)
|
||||
option(UNIT_TESTING "Build with unit tests" OFF)
|
||||
option(MEM_NULL_TESTS "Enable NULL memory testing" OFF)
|
||||
option(LOG_TO_CALLBACK "Enable extended logging through a callback" OFF)
|
||||
|
|
|
@ -16,3 +16,4 @@
|
|||
#cmakedefine HAVE_LSTAT 1
|
||||
#cmakedefine HAVE_FNMATCH 1
|
||||
|
||||
#cmakedefine LOG_TO_CALLBACK
|
||||
|
|
Loading…
Reference in a new issue